Ignore:
Timestamp:
May 1, 2010, 9:49:10 PM (15 years ago)
Author:
David Azarewicz
Message:

Cleanup compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/dbgos2.h

    r269 r479  
    4343#define DebugInt3()     ; //_asm int 3;
    4444#define DebInt3()       _asm int 3;
    45 #else // #ifndef DEBUG
     45#else // #ifdef DEBUG
    4646#define dprintf(a)
    4747#define dprintf2(a)
    4848#define dprintf3(a)
    4949#define DebugInt3()     ;
    50 #endif // if DEBUG
     50#endif // #ifdef DEBUG
    5151
    5252#endif //__COMMDBG_H__
Note: See TracChangeset for help on using the changeset viewer.