Francois Gouget : Use the CP_ACP and NULL macros instead of numeric literals when converting strings between ANSI and Unicode .
Module: wine Branch: master Commit: 709a0b764d448c08ff416a1e076a621b61da3fb8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=709a0b764d448c08ff416a1e07... Author: Francois Gouget <fgouget(a)free.fr> Date: Mon Sep 24 13:04:26 2012 +0200 Use the CP_ACP and NULL macros instead of numeric literals when converting strings between ANSI and Unicode. --- dlls/ntdll/tests/reg.c | 2 +- dlls/riched20/style.c | 8 ++++---- dlls/shell32/shellstring.c | 6 +++--- dlls/shlwapi/istream.c | 2 +- dlls/shlwapi/reg.c | 2 +- dlls/shlwapi/string.c | 4 ++-- dlls/shlwapi/tests/path.c | 4 ++-- dlls/shlwapi/tests/string.c | 14 +++++++------- dlls/shlwapi/tests/url.c | 8 ++++---- dlls/shlwapi/thread.c | 2 +- dlls/shlwapi/url.c | 26 +++++++++++++------------- dlls/wintrust/tests/crypt.c | 8 ++++---- dlls/wintrust/tests/softpub.c | 2 +- 13 files changed, 44 insertions(+), 44 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=709a0b764d448c08ff416a...
participants (1)
-
Alexandre Julliard