Declare swprintf.

This commit is contained in:
Dimitrie O. Paun 2002-04-02 19:15:25 +00:00 committed by Alexandre Julliard
parent c71417ce24
commit dd52bb657e

View File

@ -760,6 +760,7 @@ DWORD WINAPI RtlIsTextUnicode(
DWORD *pf); DWORD *pf);
INT __cdecl wcstol(LPCWSTR,LPWSTR*,INT); INT __cdecl wcstol(LPCWSTR,LPWSTR*,INT);
int __cdecl swprintf(LPWSTR,LPCWSTR,...);
/* resource functions */ /* resource functions */