Changeset 970 for trunk/include/win/tchar.h
- Timestamp:
- Sep 18, 1999, 5:55:45 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/tchar.h
r4 r970 1 /* $Id: tchar.h,v 1. 1 1999-05-24 20:19:20 ktkExp $ */1 /* $Id: tchar.h,v 1.2 1999-09-18 15:55:45 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_TCHAR_H … … 5 5 6 6 #include "windef.h" 7 8 #ifndef __WIN32OS2__ 7 9 8 10 #ifdef __cplusplus … … 253 255 #define __T(x) x 254 256 257 #endif //__WIN32OS2__ 258 255 259 typedef CHAR _TCHARA; 256 260 typedef WCHAR _TCHARW; … … 266 270 typedef LPSTR PTSTRA, LPTSTRA; 267 271 DECL_WINELIB_TYPE_AW (PTSTR) 268 DECL_WINELIB_TYPE_AW (LPTSTR)272 //DECL_WINELIB_TYPE_AW (LPTSTR) 269 273 270 274 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.