Ignore:
Timestamp:
Sep 2, 1999, 1:57:20 PM (26 years ago)
Author:
phaller
Message:

Fix: fixes in WINE macros and dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/debugtools.h

    r785 r790  
    8080#  undef TRACE
    8181#  define TRACE WriteLog
     82#  undef TRACE_
     83#  define TRACE_(ch) WriteLog
    8284#  undef FIXME
    8385#  define FIXME WriteLog
     86#  undef FIXME_
     87#  define FIXME_(ch) WriteLog
    8488#  undef WARN
    8589#  define WARN  WriteLog
     90#  undef WARN_
     91#  define WARN_(ch) WriteLog
     92#  undef ERR
     93#  define ERR  WriteLog
     94#  undef ERR_
     95#  define ERR_(ch) WriteLog
    8696#endif
    8797
Note: See TracChangeset for help on using the changeset viewer.