Use the CP_ACP and NULL macros instead of numeric literals when converting strings...
authorFrancois Gouget <fgouget@free.fr>
Mon, 24 Sep 2012 11:04:26 +0000 (13:04 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 24 Sep 2012 20:27:28 +0000 (22:27 +0200)
commit709a0b764d448c08ff416a1e076a621b61da3fb8
tree0f40b8a00e5917791d93d500e183a93ec717d555
parent58441052231184f7278adcbffa129f4d9c8ef97b
Use the CP_ACP and NULL macros instead of numeric literals when converting strings between ANSI and Unicode.
13 files changed:
dlls/ntdll/tests/reg.c
dlls/riched20/style.c
dlls/shell32/shellstring.c
dlls/shlwapi/istream.c
dlls/shlwapi/reg.c
dlls/shlwapi/string.c
dlls/shlwapi/tests/path.c
dlls/shlwapi/tests/string.c
dlls/shlwapi/tests/url.c
dlls/shlwapi/thread.c
dlls/shlwapi/url.c
dlls/wintrust/tests/crypt.c
dlls/wintrust/tests/softpub.c