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/path.c

    r7502 r7508  
    2828#include "debugtools.h"
    2929
    30 
    31 #ifdef __WIN32OS2__
    32 #undef FIXME
    33 #ifdef DEBUG
    34 // PH 2001-11-30
    35 // this macro definition causes the control leave the scope of a
    36 // non-curly-braced preceeding if statement. Therefore,
    37 //   if (p!=NULL)
    38 //      TRACE("p->a=%d", p->a)
    39 // crashes.
    40 //
    41 // !!! ENSURE TRACES AND FIXMES WITH PRECEEDING IF STATEMENT
    42 // !!! ARE PUT INTO CURLY BRACES
    43 #define FIXME WriteLog("FIXME %s", __FUNCTION__); WriteLog
    44 #else
    45 #define FIXME 1 ? (void)0 : (void)((int (*)(char *, ...)) NULL)
    46 #endif
    47 #endif
    4830
    4931DEFAULT_DEBUG_CHANNEL(shell);
Note: See TracChangeset for help on using the changeset viewer.