Changeset 1546 for trunk/include/win/tchar.h
- Timestamp:
- Nov 2, 1999, 8:06:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/tchar.h
r970 r1546 1 /* $Id: tchar.h,v 1. 2 1999-09-18 15:55:45sandervl Exp $ */1 /* $Id: tchar.h,v 1.3 1999-11-02 19:06:43 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_TCHAR_H … … 255 255 #define __T(x) x 256 256 257 #endif //__WIN32OS2__258 259 257 typedef CHAR _TCHARA; 260 258 typedef WCHAR _TCHARW; … … 275 273 } /* extern "C" */ 276 274 #endif 275 276 #endif //__WIN32OS2__ 277 277 278 278 #endif /* __WINE_TCHAR_H */
Note:
See TracChangeset
for help on using the changeset viewer.