Changeset 21879 for branches/gcc-kmk/include
- Timestamp:
- Dec 13, 2011, 12:07:16 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/include/win/minivcrt.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/win/minivcrt.h
r21506 r21879 107 107 108 108 #define swprintf NTDLL_swprintf 109 #define snwprintf NTDLL_snwprintf 109 110 #define swscanf NTDLL_swscanf 110 111 111 112 int swprintf(WCHAR*,const WCHAR*,...); 113 int snwprintf(WCHAR*,unsigned int,const WCHAR*,...); 112 114 int swscanf(const WCHAR*,const WCHAR*,...); 113 115
Note:
See TracChangeset
for help on using the changeset viewer.
