mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 00:20:34 +00:00
Fix export wvsnprintfA and W from user32.dll
svn path=/trunk/; revision=2354
This commit is contained in:
parent
18992fbe14
commit
7e8fb651af
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: sprintf.c,v 1.4 2001/02/19 15:04:51 dwelch Exp $
|
||||
/* $Id: sprintf.c,v 1.5 2001/11/05 20:59:57 jimtabor Exp $
|
||||
*
|
||||
* user32.dll
|
||||
*
|
||||
|
@ -339,7 +339,6 @@ WPRINTF_ParseFormatA(
|
|||
* NAME PRIVATE
|
||||
* wvsnprintfA (Not a Windows API)
|
||||
*/
|
||||
static
|
||||
INT
|
||||
STDCALL
|
||||
wvsnprintfA(
|
||||
|
@ -711,7 +710,6 @@ WPRINTF_ParseFormatW(
|
|||
* NAME PRIVATE
|
||||
* wvsnprintfW (Not a Windows API)
|
||||
*/
|
||||
static
|
||||
INT
|
||||
wvsnprintfW(
|
||||
LPWSTR buffer,
|
||||
|
|
|
@ -697,5 +697,7 @@ wsprintfA
|
|||
wsprintfW
|
||||
wvsprintfA@12
|
||||
wvsprintfW@12
|
||||
wvsnprintfA@16
|
||||
wvsnprintfW@16
|
||||
|
||||
; EOF
|
||||
|
|
Loading…
Reference in a new issue