mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[TOOLS/UNICODE]
* Sync to Wine 1.3.37. svn path=/trunk/; revision=55096
This commit is contained in:
parent
9fe3f47e12
commit
d15876f775
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ When porting a new DLL from Wine to ReactOS, please do the following steps
|
|||
|
||||
The following build tools are shared with Wine.
|
||||
|
||||
reactos/tools/unicode # Synced to Wine-1.3.29
|
||||
reactos/tools/unicode # Synced to Wine-1.3.37
|
||||
reactos/tools/widl # Synced to Wine-1.3.26
|
||||
reactos/tools/winebuild # Synced to Wine-1_1_13
|
||||
reactos/tools/wmc # Synced to Wine-20081105 (~Wine-1.1.7)
|
||||
|
|
|
@ -351,7 +351,7 @@ int vsnprintfW(WCHAR *str, size_t len, const WCHAR *format, va_list valist)
|
|||
{
|
||||
unsigned int written = 0;
|
||||
const WCHAR *iter = format;
|
||||
char bufa[256], fmtbufa[64], *fmta;
|
||||
char bufa[512], fmtbufa[64], *fmta;
|
||||
|
||||
while (*iter)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue