Ignore:
Timestamp:
Nov 30, 2001, 8:02:33 PM (24 years ago)
Author:
sandervl
Message:

removed TRACE/WARN macro redefinition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shlwapi/ordinal.c

    r7502 r7508  
    3232extern HMODULE SHLWAPI_hmpr = 0;
    3333extern HMODULE SHLWAPI_hmlang = 0;
    34 #undef FIXME
    35 #ifdef DEBUG
    36 // PH 2001-11-30
    37 // this macro definition causes the control leave the scope of a
    38 // non-curly-braced preceeding if statement. Therefore,
    39 //   if (p!=NULL)
    40 //      TRACE("p->a=%d", p->a)
    41 // crashes.
    42 //
    43 // !!! ENSURE TRACES AND FIXMES WITH PRECEEDING IF STATEMENT
    44 // !!! ARE PUT INTO CURLY BRACES
    45 #define FIXME WriteLog("FIXME %s", __FUNCTION__); WriteLog
    46 #else
    47 #define FIXME 1 ? (void)0 : (void)((int (*)(char *, ...)) NULL)
    48 #endif
    4934#else
    5035extern HINSTANCE shlwapi_hInstance;
Note: See TracChangeset for help on using the changeset viewer.