Module: wine Branch: master Commit: 4120fb994a96086868e3474edfbef83e97b9276c URL: https://source.winehq.org/git/wine.git/?a=commit;h=4120fb994a96086868e3474ed...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Nov 9 11:41:52 2020 +0100
crypt32: Use wide-character string literals.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/crypt32/base64.c | 42 ++---- dlls/crypt32/cert.c | 5 +- dlls/crypt32/chain.c | 16 +-- dlls/crypt32/filestore.c | 4 +- dlls/crypt32/main.c | 8 +- dlls/crypt32/object.c | 50 +++---- dlls/crypt32/oid.c | 316 +++++++++++++++++---------------------------- dlls/crypt32/protectdata.c | 3 +- dlls/crypt32/regstore.c | 25 ++-- dlls/crypt32/rootstore.c | 11 +- dlls/crypt32/sip.c | 86 ++++-------- dlls/crypt32/store.c | 9 +- dlls/crypt32/str.c | 32 ++--- 13 files changed, 211 insertions(+), 396 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4120fb994a96086868e34...