mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
-formatting fixes
-update README.WINE svn path=/trunk/; revision=41321
This commit is contained in:
parent
5930cc1782
commit
785b7d0f2b
2 changed files with 5 additions and 1 deletions
|
@ -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.@)
|
||||
*/
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue