Changeset 785 for trunk/include/win/debugtools.h
- Timestamp:
- Sep 2, 1999, 12:10:48 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/debugtools.h
r636 r785 25 25 #define __DPRINTF(dbcl,dbch) \ 26 26 (!__GET_DEBUGGING(dbcl,dbch) || \ 27 (dprintf(("%s:%s:%s ", debug_cl_name[(dbcl)], debug_ch_name[(dbch)], __ FUNCTION__)),0)) \27 (dprintf(("%s:%s:%s ", debug_cl_name[(dbcl)], debug_ch_name[(dbch)], __line__)),0)) \ 28 28 ? 0 : WriteLog 29 29 … … 77 77 #endif /* __WINE__ */ 78 78 79 #ifdef __WIN32OS2__ 80 # undef TRACE 81 # define TRACE WriteLog 82 # undef FIXME 83 # define FIXME WriteLog 84 # undef WARN 85 # define WARN WriteLog 86 #endif 87 88 79 89 #endif /* __WINE_DEBUGTOOLS_H */
Note:
See TracChangeset
for help on using the changeset viewer.