Added _vsnwprintf (needed by some native XP dlls).

This commit is contained in:
Raphael Junqueira 2004-06-03 00:26:35 +00:00 committed by Alexandre Julliard
parent 10e6f57fab
commit d6bd6b0488
1 changed files with 2 additions and 1 deletions

View File

@ -983,7 +983,8 @@
@ cdecl _ui64tow(long long ptr long)
@ cdecl _ultoa(long ptr long)
@ cdecl _ultow(long ptr long)
@ cdecl _vsnprintf(ptr long ptr ptr) vsnprintf
@ cdecl _vsnprintf(ptr long str ptr) vsnprintf
@ cdecl _vsnwprintf(ptr long wstr ptr) vsnprintfW
@ cdecl _wcsicmp(wstr wstr) NTDLL__wcsicmp
@ cdecl _wcslwr(wstr) NTDLL__wcslwr
@ cdecl _wcsnicmp(wstr wstr long) NTDLL__wcsnicmp