Declare swprintf.
This commit is contained in:
parent
c71417ce24
commit
dd52bb657e
|
@ -760,6 +760,7 @@ DWORD WINAPI RtlIsTextUnicode(
|
|||
DWORD *pf);
|
||||
|
||||
INT __cdecl wcstol(LPCWSTR,LPWSTR*,INT);
|
||||
int __cdecl swprintf(LPWSTR,LPCWSTR,...);
|
||||
|
||||
/* resource functions */
|
||||
|
||||
|
|
Loading…
Reference in New Issue