Changeset 2431 for trunk/include/misc.h
- Timestamp:
- Jan 13, 2000, 9:09:59 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/misc.h
r2341 r2431 1 /* $Id: misc.h,v 1.1 4 2000-01-06 20:03:03sandervl Exp $ */1 /* $Id: misc.h,v 1.15 2000-01-13 20:09:59 sandervl Exp $ */ 2 2 3 3 /* … … 47 47 #define dassert(a, b) if(!(a)) WriteLogError b 48 48 #define dbgCheckObj(a) a->checkObject() 49 #define DisableLogging DecreaseLogCount 50 #define EnableLogging IncreaseLogCount 49 51 50 52 #ifdef DEBUG_ENABLELOG_LEVEL2 … … 65 67 #define dassert(a, b) 66 68 #define dbgCheckObj(a) 69 #define DisableLogging 70 #define EnableLogging 67 71 #endif 68 72 … … 90 94 int SYSTEM WriteLogError(char *tekst, ...); 91 95 96 void SYSTEM DecreaseLogCount(); 97 void SYSTEM IncreaseLogCount(); 98 92 99 void SYSTEM CheckVersion(ULONG version, char *modname); 93 100
Note:
See TracChangeset
for help on using the changeset viewer.