Changeset 21879 for branches/gcc-kmk/src
- Timestamp:
- Dec 13, 2011, 12:07:16 PM (14 years ago)
- Location:
- branches/gcc-kmk/src/ntdll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/ntdll/ntdll.def
r21357 r21879 983 983 _memicmp = _NTDLL__memicmp @956 984 984 __snprintf = __std_snprintf @957 985 __snwprintf = _ _snwprintf@958985 __snwprintf = _NTDLL_snwprintf @958 986 986 __splitpath = __splitpath @959 987 987 _strcmpi = __std_stricmp @960 … … 1080 1080 wcstoul = _NTDLL_wcstoul @1049 1081 1081 1082 snwprintf = _NTDLL_snwprintf @1050 1083 1082 1084 ; Not found in NTDLL-SP6: 1083 1085 DebugBreak = "___regs_DebugBreak@4" @1200 -
branches/gcc-kmk/src/ntdll/wcstring.c
r9986 r21879 709 709 * _snwprintf (NTDLL.@) 710 710 */ 711 int __cdecl _snwprintf(WCHAR *str, unsigned int len, const WCHAR *format, ...)711 int __cdecl NTDLL_snwprintf(WCHAR *str, unsigned int len, const WCHAR *format, ...) 712 712 { 713 713 int retval;
Note:
See TracChangeset
for help on using the changeset viewer.