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