Changeset 2341 for trunk/include/win/debugtools.h
- Timestamp:
- Jan 6, 2000, 9:03:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/debugtools.h
r890 r2341 2 2 #ifndef __WINE_DEBUGTOOLS_H 3 3 #define __WINE_DEBUGTOOLS_H 4 5 #ifdef __WIN32OS2__ 6 #include <odinwrap.h> 7 #include <misc.h> 8 #endif 4 9 5 10 #ifdef __WINE__ /* Debugging interface is internal to Wine */ … … 79 84 #ifdef __WIN32OS2__ 80 85 # undef DECLARE_DEBUG_CHANNEL 81 # define DECLARE_DEBUG_CHANNEL (ch)86 # define DECLARE_DEBUG_CHANNEL ODINDEBUGCHANNEL 82 87 # undef DEFAULT_DEBUG_CHANNEL 83 # define DEFAULT_DEBUG_CHANNEL (ch)88 # define DEFAULT_DEBUG_CHANNEL ODINDEBUGCHANNEL 84 89 # undef TRACE 85 90 # define TRACE WriteLog
Note:
See TracChangeset
for help on using the changeset viewer.