Changeset 21399
- Timestamp:
- Jul 28, 2010, 10:14:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/win/tchar.h ¶
r5148 r21399 254 254 #define __T(x) x 255 255 256 /* TCHAR and friends are already defined in windef.h */ 257 #if 0 256 258 typedef CHAR _TCHARA; 257 259 typedef WCHAR _TCHARW; … … 268 270 DECL_WINELIB_TYPE_AW (PTSTR) 269 271 //DECL_WINELIB_TYPE_AW (LPTSTR) 270 272 #endif 273 271 274 #ifdef __cplusplus 272 275 } /* extern "C" */ 273 276 #endif 274 277 275 278 #endif /* __WINE_TCHAR_H */
Note:
See TracChangeset
for help on using the changeset viewer.