Develop and Download Open Source Software

Browse CVS Repository

Contents of /malonnote/mnDef.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (as text) (vendor branch)
Thu Jul 28 03:25:05 2005 UTC (18 years, 7 months ago) by maloninc
Branch: vendor
CVS Tags: dev-0_9_1-root, start, dev-0_9_1-0000, rel-0_9, dev-0_9_1, release-09
Branch point for: dev-0_9_1-0001
Changes since 1.1: +0 -0 lines
File MIME type: text/x-chdr
Init

1 #ifndef MNDEF_H
2 #define MNDEF_H
3
4 #define MN_ERROR(msg) wxLogError(wxT("File: [%s] Line: [%d] Message: [%s]"), __TFILE__, __LINE__, msg);
5 #define MN_SYS_ERROR(msg) wxLogSysError(wxT("File: [%s] Line: [%d] Message: [%s]"), __TFILE__, __LINE__, msg);
6 #define MN_FATAL_ERROR(msg) wxLogFatalError(wxT("File: [%s] Line: [%d] Message: [%s]"), __TFILE__, __LINE__, msg);
7
8 #endif // MNDEF_H

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26