Module: wine Branch: master Commit: 636d398c7d60bc29f7eb0ff46dc66849fb5665e4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=636d398c7d60bc29f7eb0ff46...
Author: Michael Stefaniuc mstefani@winehq.org Date: Fri Dec 4 00:36:32 2020 +0100
ntdll: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc mstefani@winehq.org Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/atom.c | 3 +- dlls/ntdll/directory.c | 6 +-- dlls/ntdll/env.c | 138 +++++++++++++++---------------------------------- dlls/ntdll/loader.c | 107 +++++++++++++------------------------- dlls/ntdll/loadorder.c | 24 +++------ dlls/ntdll/locale.c | 8 ++- dlls/ntdll/path.c | 15 ++---- dlls/ntdll/reg.c | 31 +++-------- dlls/ntdll/relay.c | 32 ++++-------- dlls/ntdll/rtl.c | 6 +-- dlls/ntdll/rtlstr.c | 20 +++---- dlls/ntdll/sec.c | 7 ++- 12 files changed, 123 insertions(+), 274 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=636d398c7d60bc29f7eb0...