Ignore:
Timestamp:
Apr 7, 2002, 7:33:06 PM (23 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

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

    r7939 r8208  
    125125#define DEFAULT_DEBUG_CHANNEL(ch) \
    126126    static const int *const DBCH_DEFAULT = &dbch_##ch;
     127
     128#define WINE_DECLARE_DEBUG_CHANNEL(ch) DECLARE_DEBUG_CHANNEL(ch)
     129#define WINE_DEFAULT_DEBUG_CHANNEL(ch) DEFAULT_DEBUG_CHANNEL(ch)
    127130
    128131#define DPRINTF dbg_printf
Note: See TracChangeset for help on using the changeset viewer.