Changeset 130 for GPL/trunk/include/dbgos2.h
- Timestamp:
- Jun 12, 2007, 11:32:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/dbgos2.h
r32 r130 42 42 #define dprintf3(a) if(DebugLevel > 2) DPE a 43 43 #define DebugInt3() ; //_asm int 3; 44 #else 44 #else // #ifndef DEBUG 45 45 #define dprintf(a) 46 46 #define dprintf2(a) 47 47 #define dprintf3(a) 48 48 #define DebugInt3() ; 49 #endif 49 #endif // if DEBUG 50 50 51 51 #endif //__COMMDBG_H__
Note:
See TracChangeset
for help on using the changeset viewer.