Ignore:
Timestamp:
Sep 2, 1999, 12:10:48 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

    r636 r785  
    2525#define __DPRINTF(dbcl,dbch) \
    2626  (!__GET_DEBUGGING(dbcl,dbch) || \
    27      (dprintf(("%s:%s:%s ", debug_cl_name[(dbcl)], debug_ch_name[(dbch)], __FUNCTION__)),0)) \
     27     (dprintf(("%s:%s:%s ", debug_cl_name[(dbcl)], debug_ch_name[(dbch)], __line__)),0)) \
    2828    ? 0 : WriteLog
    2929
     
    7777#endif  /* __WINE__ */
    7878
     79#ifdef __WIN32OS2__
     80#  undef TRACE
     81#  define TRACE WriteLog
     82#  undef FIXME
     83#  define FIXME WriteLog
     84#  undef WARN
     85#  define WARN  WriteLog
     86#endif
     87
     88
    7989#endif  /* __WINE_DEBUGTOOLS_H */
Note: See TracChangeset for help on using the changeset viewer.