Changeset 479 for GPL/trunk/include/dbgos2.h
- Timestamp:
- May 1, 2010, 9:49:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/dbgos2.h
r269 r479 43 43 #define DebugInt3() ; //_asm int 3; 44 44 #define DebInt3() _asm int 3; 45 #else // #if ndef DEBUG45 #else // #ifdef DEBUG 46 46 #define dprintf(a) 47 47 #define dprintf2(a) 48 48 #define dprintf3(a) 49 49 #define DebugInt3() ; 50 #endif // if DEBUG50 #endif // #ifdef DEBUG 51 51 52 52 #endif //__COMMDBG_H__
Note:
See TracChangeset
for help on using the changeset viewer.