Changeset 5470 for trunk/include/win
- Timestamp:
- Apr 4, 2001, 10:59:28 AM (25 years ago)
- Location:
- trunk/include/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/debugtools.h
r4834 r5470 26 26 #define dassert(a, b) if(!(a)) WriteLogError b 27 27 #define dbgCheckObj(a) a->checkObject() 28 #define DisableLogging DecreaseLogCount29 #define EnableLogging IncreaseLogCount30 28 31 29 #ifdef DEBUG_ENABLELOG_LEVEL2 … … 46 44 #define dassert(a, b) 47 45 #define dbgCheckObj(a) 48 #define DisableLogging49 #define EnableLogging50 46 #endif 51 47 -
trunk/include/win/wine/unicode.h
r5461 r5470 8 8 #define __WINE_UNICODE_H 9 9 10 #if ndef OS2_INCLUDED10 #if !defined(OS2_INCLUDED) && !defined(__WIN32TYPE_H__) 11 11 #include <windef.h> 12 12 #endif
Note:
See TracChangeset
for help on using the changeset viewer.