Ignore:
Timestamp:
May 19, 2001, 3:17:34 PM (24 years ago)
Author:
sandervl
Message:

added/implemented functions

File:
1 edited

Legend:

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

    r5618 r5753  
    2828#include "debugtools.h"
    2929
     30
     31#ifdef __WIN32OS2__
     32#undef FIXME
     33#ifdef DEBUG
     34#define FIXME WriteLog("FIXME %s", __FUNCTION__); WriteLog
     35#else
     36#define FIXME 1 ? (void)0 : (void)((int (*)(char *, ...)) NULL)
     37#endif
     38#endif
    3039
    3140DEFAULT_DEBUG_CHANNEL(shell);
Note: See TracChangeset for help on using the changeset viewer.