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.2 - (hide annotations) (download) (as text)
Fri Jul 29 03:07:53 2005 UTC (18 years, 7 months ago) by maloninc
Branch: MAIN
CVS Tags: dev-0_9-0001-merged-01, release-0_9_1, dev-0_9-merged-02
Changes since 1.1: +2 -1 lines
File MIME type: text/x-chdr
*for support request ID:6431
 not re-search memo data, when new memo's subject has change.

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

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