diff --git a/reactos/dll/win32/user32/misc/wsprintf.c b/reactos/dll/win32/user32/misc/wsprintf.c index dc36fac4724..6b70d8b8ef6 100644 --- a/reactos/dll/win32/user32/misc/wsprintf.c +++ b/reactos/dll/win32/user32/misc/wsprintf.c @@ -280,6 +280,7 @@ static UINT WPRINTF_GetLen( WPRINTF_FORMAT *format, WPRINTF_DATA *arg, return len; } + /*********************************************************************** * wvsnprintfA (internal) */ @@ -484,6 +485,7 @@ static INT wvsnprintfW( LPWSTR buffer, UINT maxlen, LPCWSTR spec, __ms_va_list a return (maxlen > 1) ? (INT)(p - buffer) : -1; } + /*********************************************************************** * wvsprintfA (USER32.@) */ @@ -503,6 +505,7 @@ INT WINAPI wvsprintfW( LPWSTR buffer, LPCWSTR spec, __ms_va_list args ) return ( res == -1 ) ? 1024 : res; } + /*********************************************************************** * wsprintfA (USER32.@) */ @@ -517,6 +520,7 @@ INT WINAPIV wsprintfA( LPSTR buffer, LPCSTR spec, ... ) return ( res == -1 ) ? 1024 : res; } + /*********************************************************************** * wsprintfW (USER32.@) */ diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 24f54a9caf3..4ad9cf0c41c 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -235,7 +235,7 @@ User32 - reactos/dll/win32/user32/misc/exticon.c # Synced to Wine-1_1_22 reactos/dll/win32/user32/misc/resources.c # Forked? reactos/dll/win32/user32/misc/winhelp.c # Last sync date unknown - reactos/dll/win32/user32/misc/wsprintf.c # Synced to Wine-1_1_13 + reactos/dll/win32/user32/misc/wsprintf.c # Synced to Wine-1_1_23 reactos/dll/win32/user32/windows/defwnd.c # Forked reactos/dll/win32/user32/windows/draw.c # Forked at Wine-20020904 (uitools.c)