Changeset 21478 for trunk/include
- Timestamp:
- Nov 27, 2010, 11:12:39 AM (15 years ago)
- Location:
- trunk/include/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/windef.h
r21477 r21478 560 560 /* depend on the UNICODE macro that only exists in user's code. */ 561 561 562 #ifndef __WINE__ 562 #if !defined(__WINE__) && !defined(_TCHAR_DEFINED) 563 #define _TCHAR_DEFINED 563 564 # ifdef UNICODE 564 565 typedef WCHAR TCHAR; -
trunk/include/win/winnt.h
r21451 r21478 116 116 typedef const WCHAR *PCWCH, *LPCWCH; 117 117 118 #if !defined(_TCHAR_DEFINED) 119 # define _TCHAR_DEFINED 118 120 # ifdef UNICODE 119 121 typedef WCHAR TCHAR, *PTCHAR; … … 129 131 # define __TEXT(string) string 130 132 # endif /* UNICODE */ 131 # define TEXT(quote) __TEXT(quote) 133 #endif 134 #define TEXT(quote) __TEXT(quote) 132 135 133 136 /* Types */
Note:
See TracChangeset
for help on using the changeset viewer.