Changeset 7508 for trunk/src/ole32/bindctx.c
- Timestamp:
- Nov 30, 2001, 8:02:33 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/bindctx.c
r7502 r7508 17 17 #include "heap.h" 18 18 19 #ifdef __WIN32OS2__20 #undef FIXME21 #undef TRACE22 #ifdef DEBUG23 // PH 2001-11-3024 // this macro definition causes the control leave the scope of a25 // non-curly-braced preceeding if statement. Therefore,26 // if (p!=NULL)27 // TRACE("p->a=%d", p->a)28 // crashes.29 //30 // !!! ENSURE TRACES AND FIXMES WITH PRECEEDING IF STATEMENT31 // !!! ARE PUT INTO CURLY BRACES32 #define TRACE WriteLog("OLE32: %s", __FUNCTION__); WriteLog33 #define FIXME WriteLog("FIXME OLE32: %s", __FUNCTION__); WriteLog34 #else35 #define TRACE 1 ? (void)0 : (void)((int (*)(char *, ...)) NULL)36 #define FIXME 1 ? (void)0 : (void)((int (*)(char *, ...)) NULL)37 #endif38 #endif39 19 40 20 DEFAULT_DEBUG_CHANNEL(ole);
Note:
See TracChangeset
for help on using the changeset viewer.