Changeset 21490 for trunk/include
- Timestamp:
- Dec 1, 2010, 2:35:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/minivcrt.h
r21439 r21490 93 93 #define _fullpath MSVCRT__fullpath 94 94 95 #define swprintf NTDLL_swprintf 96 #define swscanf NTDLL_swscanf 97 98 int swprintf(WCHAR*,const WCHAR*,...); 99 int swscanf(const WCHAR*,const WCHAR*,...); 100 95 101 #ifdef __cplusplus 96 102 }
Note:
See TracChangeset
for help on using the changeset viewer.