Changeset 7508 for trunk/src/shlwapi/reg.c
- Timestamp:
- Nov 30, 2001, 8:02:33 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/shlwapi/reg.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shlwapi/reg.c
r7502 r7508 18 18 #include "shlwapi_odin.h" 19 19 20 #undef FIXME21 #ifdef DEBUG22 // PH 2001-11-3023 // this macro definition causes the control leave the scope of a24 // non-curly-braced preceeding if statement. Therefore,25 // if (p!=NULL)26 // TRACE("p->a=%d", p->a)27 // crashes.28 //29 // !!! ENSURE TRACES AND FIXMES WITH PRECEEDING IF STATEMENT30 // !!! ARE PUT INTO CURLY BRACES31 #define FIXME WriteLog("FIXME %s", __FUNCTION__); WriteLog32 #else33 #define FIXME 1 ? (void)0 : (void)((int (*)(char *, ...)) NULL)34 #endif35 20 #endif 36 21
Note:
See TracChangeset
for help on using the changeset viewer.
