Changeset 7508 for trunk/src/ole32/oleobj.c
- Timestamp:
- Nov 30, 2001, 8:02:33 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/oleobj.c
r7502 r7508 12 12 #include "debugtools.h" 13 13 #include "oleidl.h" 14 15 #ifdef __WIN32OS2__16 #undef FIXME17 #undef TRACE18 #ifdef DEBUG19 // PH 2001-11-3020 // this macro definition causes the control leave the scope of a21 // non-curly-braced preceeding if statement. Therefore,22 // if (p!=NULL)23 // TRACE("p->a=%d", p->a)24 // crashes.25 //26 // !!! ENSURE TRACES AND FIXMES WITH PRECEEDING IF STATEMENT27 // !!! ARE PUT INTO CURLY BRACES28 #define TRACE WriteLog("OLE32: %s", __FUNCTION__); WriteLog29 #define FIXME WriteLog("FIXME OLE32: %s", __FUNCTION__); WriteLog30 #else31 #define TRACE 1 ? (void)0 : (void)((int (*)(char *, ...)) NULL)32 #define FIXME 1 ? (void)0 : (void)((int (*)(char *, ...)) NULL)33 #endif34 #endif35 14 36 15 DEFAULT_DEBUG_CHANNEL(ole);
Note:
See TracChangeset
for help on using the changeset viewer.