[PATCH v2 1/2] kernel32: Use RtlAnsiStringToUnicodeString() in OpenMutexA.
v2: No updates for kernel32/sync.c. Just remove a test part. This commit makes consistent with the commit 2db497e89e8e4a37a8bd569b8691b9b87ae63606, which introduces RtlAnsiStringToUnicodeString() into CreateMutexA(). Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com> --- dlls/kernel32/sync.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
Akihiro Sagawa <sagawa.aki(a)gmail.com> writes:
v2: No updates for kernel32/sync.c. Just remove a test part.
This commit makes consistent with the commit 2db497e89e8e4a37a8bd569b8691b9b87ae63606, which introduces RtlAnsiStringToUnicodeString() into CreateMutexA().
Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com> --- dlls/kernel32/sync.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
We'd probably want to make all the functions consistent, not just these two. Also the use of the StaticUnicodeString buffer is unrelated, and could use a test case. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Akihiro Sagawa -
Alexandre Julliard