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.2.1 - (show annotations) (download) (as text) (vendor branch)
Fri Jul 29 06:12:42 2005 UTC (18 years, 7 months ago) by maloninc
Branch: dev-0_9_1-0001
CVS Tags: rel-0_9_1, dev-0_9_1-0002-merged-01, dev-0_9_1-0003, dev-0_9_1-0002, dev-0_9_1-merged-02
Changes since 1.1.1.1: +2 -1 lines
File MIME type: text/x-chdr
0.9.1

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 #define MN_APP_VERSION "MalonNote v0.9.1"
8 #define MN_APP_NAME "MalonNote"
9 #endif // MNDEF_H

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