Changeset 7502 for trunk/src/ole32/oleobj.c
- Timestamp:
- Nov 30, 2001, 6:49:22 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/oleobj.c
r6711 r7502 17 17 #undef TRACE 18 18 #ifdef DEBUG 19 // PH 2001-11-30 20 // this macro definition causes the control leave the scope of a 21 // 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 STATEMENT 27 // !!! ARE PUT INTO CURLY BRACES 19 28 #define TRACE WriteLog("OLE32: %s", __FUNCTION__); WriteLog 20 29 #define FIXME WriteLog("FIXME OLE32: %s", __FUNCTION__); WriteLog
Note:
See TracChangeset
for help on using the changeset viewer.