Ignore:
Timestamp:
Sep 9, 1999, 12:19:11 PM (26 years ago)
Author:
phaller
Message:

Fix: DPRINTF and MESSAGE macros redefined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/debugtools.h

    r861 r889  
    112112#define __SET_DEBUGGING(dbcl,dbch,on)
    113113
     114#undef DPRINTF dbg_printf
     115#define DPRINTF WriteLog
     116#undef MESSAGE dbg_printf
     117#define MESSAGE WriteLog
     118
    114119#endif
    115120
Note: See TracChangeset for help on using the changeset viewer.