The last argument to MultiByteToWideChar is wide character count and
commitbd7ec9aca5212e273427e0f102813a40164f59cf
authorMarcus Meissner <marcus@jet.franken.de>
Mon, 12 Sep 2005 22:07:53 +0000 (12 22:07 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 12 Sep 2005 22:07:53 +0000 (12 22:07 +0000)
tree4aa5d6a3b6972875dd205536829e58a0e837eb67
parentdb62ddec4d08d8516453a348e97d71079b518ca8
The last argument to MultiByteToWideChar is wide character count and
not the buffer size in bytes. Fixed all places where it was wrong.
21 files changed:
dlls/comctl32/comctl32undoc.c
dlls/comctl32/propsheet.c
dlls/comctl32/toolbar.c
dlls/comctl32/treeview.c
dlls/dbghelp/minidump.c
dlls/dinput/effect_linuxinput.c
dlls/dsound/propset.c
dlls/gdi/freetype.c
dlls/oleaut32/tests/vartest.c
dlls/oleaut32/tests/vartype.c
dlls/riched20/reader.c
dlls/riched20/style.c
dlls/secur32/thunks.c
dlls/setupapi/parser.c
dlls/shlwapi/reg.c
dlls/shlwapi/string.c
dlls/winmm/message16.c
dlls/winmm/winmm.c
dlls/winsock/socket.c
dlls/x11drv/xim.c
programs/winemenubuilder/winemenubuilder.c