Module: wine Branch: master Commit: 78e9b02cebf4b107aba69aa9a845ab661a7daf10 URL: https://source.winehq.org/git/wine.git/?a=commit;h=78e9b02cebf4b107aba69aa9a... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Mon Apr 20 10:38:10 2020 +0200 wbemprox: Use wide character string literals. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wbemprox/builtin.c | 1661 ++++++++++++-------------------------- dlls/wbemprox/class.c | 40 +- dlls/wbemprox/process.c | 8 +- dlls/wbemprox/qualifier.c | 31 +- dlls/wbemprox/query.c | 78 +- dlls/wbemprox/reg.c | 42 +- dlls/wbemprox/security.c | 15 +- dlls/wbemprox/service.c | 24 +- dlls/wbemprox/services.c | 24 +- dlls/wbemprox/table.c | 21 +- dlls/wbemprox/wbemlocator.c | 11 +- dlls/wbemprox/wbemprox_private.h | 30 - 12 files changed, 614 insertions(+), 1371 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=78e9b02cebf4b107aba69...