Changeset 3850 for trunk/include/win/tchar.h
- Timestamp:
- Jul 18, 2000, 8:30:47 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/tchar.h
r1546 r3850 1 /* $Id: tchar.h,v 1. 3 1999-11-02 19:06:43sandervl Exp $ */1 /* $Id: tchar.h,v 1.4 2000-07-18 18:30:37 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_TCHAR_H … … 5 5 6 6 #include "windef.h" 7 8 #ifndef __WIN32OS2__9 7 10 8 #ifdef __cplusplus … … 41 39 /* FIXME: _searchenv is not implemented */ 42 40 /* FIXME: _splitpath is not implemented */ 41 42 #ifndef __WIN32OS2__ 43 43 44 44 /* FIXME: this should be in string.h but since it's a standard C library include... */ … … 75 75 #define _utime utime 76 76 77 #endif //__WIN32OS2__ 77 78 78 79 /***************************************************************************** … … 156 157 #define _tcsdup WINE_tchar_routine(_strdup, _mbsdup, _wcsdup) 157 158 #define _tcsftime WINE_tchar_routine(strftime, strftime, wcsftime) 158 #define _tcsicmp WINE_tchar_routine( _stricmp,_mbsicmp, _wcsicmp)159 #define _tcsicmp WINE_tchar_routine(stricmp, _mbsicmp, _wcsicmp) 159 160 #define _tcsicoll WINE_tchar_routine(_stricoll, _stricoll, _wcsicoll) 160 161 #define _tcsinc WINE_tchar_routine(_strinc, _mbsinc, _wcsinc) … … 273 274 } /* extern "C" */ 274 275 #endif 275 276 #endif //__WIN32OS2__ 277 276 278 277 #endif /* __WINE_TCHAR_H */
Note:
See TracChangeset
for help on using the changeset viewer.