Changeset 5470 for trunk/include/win


Ignore:
Timestamp:
Apr 4, 2001, 10:59:28 AM (25 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include/win
Files:
2 edited

Legend:

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

    r4834 r5470  
    2626  #define dassert(a, b)   if(!(a)) WriteLogError b
    2727  #define dbgCheckObj(a)   a->checkObject()
    28   #define DisableLogging  DecreaseLogCount
    29   #define EnableLogging   IncreaseLogCount
    3028
    3129#ifdef DEBUG_ENABLELOG_LEVEL2
     
    4644  #define dassert(a, b)
    4745  #define dbgCheckObj(a)
    48   #define DisableLogging
    49   #define EnableLogging
    5046#endif
    5147
  • trunk/include/win/wine/unicode.h

    r5461 r5470  
    88#define __WINE_UNICODE_H
    99
    10 #ifndef OS2_INCLUDED
     10#if !defined(OS2_INCLUDED) && !defined(__WIN32TYPE_H__)
    1111#include <windef.h>
    1212#endif
Note: See TracChangeset for help on using the changeset viewer.