Browse CVS Repository
Contents of /malonnote/mnDef.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
( as text)
Thu Jul 28 03:25:05 2005 UTC
(18 years, 7 months ago)
by maloninc
Branch: MAIN
Branch point for: vendor
File MIME type: text/x-chdr
Initial revision
| 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 |
|