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.7 - (show annotations) (download) (as text)
Fri Sep 30 01:38:17 2005 UTC (18 years, 5 months ago) by maloninc
Branch: MAIN
CVS Tags: rel_1_4, dev_1_5-0002, dev_1_5-0001, dev_1_4-0005, dev_1_4-0006
Changes since 1.6: +1 -0 lines
File MIME type: text/x-chdr
implement open docs directory menu

1 #ifndef MNDEF_H
2 #define MNDEF_H
3
4 #include <errno.h>
5
6 #define MN_ERROR(msg) wxLogError(wxT("File: [%s] Line: [%d] Message: [%s] errno: [%d]"), __TFILE__, __LINE__, msg, errno);
7 #define MN_SYS_ERROR(msg) wxLogSysError(wxT("File: [%s] Line: [%d] Message: [%s] errno: [%d]"), __TFILE__, __LINE__, msg, errno);
8 #define MN_FATAL_ERROR(msg) wxLogFatalError(wxT("File: [%s] Line: [%d] Message: [%s] errno: [%d]"), __TFILE__, __LINE__, msg, errno);
9 #define MN_APP_NAME "MalonNote"
10 #define MN_APP_VERSION MN_APP_NAME " version" PACKAGE_VERSION
11 #endif // MNDEF_H

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