Module: wine Branch: master Commit: 33ff4a6671db8d515ef6f1a205c5fb46569ee978 URL: https://source.winehq.org/git/wine.git/?a=commit;h=33ff4a6671db8d515ef6f1a20...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Mar 31 11:06:03 2022 +0200
crypt32/tests: Use wide character string literals.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/crypt32/tests/cert.c | 52 ++++---- dlls/crypt32/tests/chain.c | 59 +++------- dlls/crypt32/tests/encode.c | 88 ++++++-------- dlls/crypt32/tests/main.c | 16 +-- dlls/crypt32/tests/object.c | 54 +++------ dlls/crypt32/tests/oid.c | 65 +++++----- dlls/crypt32/tests/protectdata.c | 13 +- dlls/crypt32/tests/sip.c | 35 +++--- dlls/crypt32/tests/store.c | 222 ++++++++++++---------------------- dlls/crypt32/tests/str.c | 249 ++++++++++++--------------------------- 10 files changed, 294 insertions(+), 559 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=33ff4a6671db8d515ef6f...