Develop and Download Open Source Software

Browse CVS Repository

Annotation of /malonnote/mnDef.h

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


Revision 1.5 - (hide annotations) (download) (as text)
Tue Sep 13 04:22:15 2005 UTC (18 years, 6 months ago) by maloninc
Branch: MAIN
CVS Tags: rel_1_3, dev_1_3-0004, dev_1_3-0005, dev_1_3-0006, dev_1_3-0007, dev_1_3-0003, dev_1_4-0001, dev_1_4-0003, dev_1_4-0002
Changes since 1.4: +3 -3 lines
File MIME type: text/x-chdr
implement searching all memo

1 maloninc 1.1 #ifndef MNDEF_H
2     #define MNDEF_H
3    
4 maloninc 1.5 #define MN_ERROR(msg) wxLogError(wxT("File: [%s] Line: [%d] Message: [%s] errno: [%d]"), __TFILE__, __LINE__, msg, errno);
5     #define MN_SYS_ERROR(msg) wxLogSysError(wxT("File: [%s] Line: [%d] Message: [%s] errno: [%d]"), __TFILE__, __LINE__, msg, errno);
6     #define MN_FATAL_ERROR(msg) wxLogFatalError(wxT("File: [%s] Line: [%d] Message: [%s] errno: [%d]"), __TFILE__, __LINE__, msg, errno);
7 maloninc 1.2 #define MN_APP_NAME "MalonNote"
8 maloninc 1.4 #define MN_APP_VERSION MN_APP_NAME " version" PACKAGE_VERSION
9 maloninc 1.1 #endif // MNDEF_H

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