Changeset 8208 for trunk/include/win/debugtools.h
- Timestamp:
- Apr 7, 2002, 7:33:06 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/debugtools.h
r7939 r8208 125 125 #define DEFAULT_DEBUG_CHANNEL(ch) \ 126 126 static const int *const DBCH_DEFAULT = &dbch_##ch; 127 128 #define WINE_DECLARE_DEBUG_CHANNEL(ch) DECLARE_DEBUG_CHANNEL(ch) 129 #define WINE_DEFAULT_DEBUG_CHANNEL(ch) DEFAULT_DEBUG_CHANNEL(ch) 127 130 128 131 #define DPRINTF dbg_printf
Note:
See TracChangeset
for help on using the changeset viewer.