Ignore:
Timestamp:
Jan 6, 2000, 9:03:04 PM (26 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

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

    r890 r2341  
    22#ifndef __WINE_DEBUGTOOLS_H
    33#define __WINE_DEBUGTOOLS_H
     4
     5#ifdef __WIN32OS2__
     6#include <odinwrap.h>
     7#include <misc.h>
     8#endif
    49
    510#ifdef __WINE__  /* Debugging interface is internal to Wine */
     
    7984#ifdef __WIN32OS2__
    8085#  undef DECLARE_DEBUG_CHANNEL
    81 #  define DECLARE_DEBUG_CHANNEL(ch)
     86#  define DECLARE_DEBUG_CHANNEL ODINDEBUGCHANNEL
    8287#  undef DEFAULT_DEBUG_CHANNEL
    83 #  define DEFAULT_DEBUG_CHANNEL(ch)
     88#  define DEFAULT_DEBUG_CHANNEL ODINDEBUGCHANNEL
    8489#  undef TRACE
    8590#  define TRACE WriteLog
Note: See TracChangeset for help on using the changeset viewer.