Alexandre Julliard : user32: Use wide character string literals.

Alexandre Julliard julliard at winehq.org
Mon Sep 21 15:12:15 CDT 2020


Module: wine
Branch: master
Commit: 5ad25c293b6a7b5cd5dea43f29f6fa94d8302722
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5ad25c293b6a7b5cd5dea43f29f6fa94d8302722

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Sep 21 16:31:11 2020 +0200

user32: Use wide character string literals.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/button.c     |   3 +-
 dlls/user32/class.c      |  55 ++++++------
 dlls/user32/combo.c      |  25 ++----
 dlls/user32/dde_client.c |   2 +-
 dlls/user32/dde_misc.c   |   5 +-
 dlls/user32/dde_server.c |  10 +--
 dlls/user32/defwnd.c     |   3 +-
 dlls/user32/desktop.c    |  12 +--
 dlls/user32/dialog.c     |  18 ++--
 dlls/user32/driver.c     |  26 ++----
 dlls/user32/edit.c       |   9 +-
 dlls/user32/icontitle.c  |   3 +-
 dlls/user32/listbox.c    |  19 ++--
 dlls/user32/mdi.c        |  10 +--
 dlls/user32/menu.c       |   8 +-
 dlls/user32/message.c    |   4 +-
 dlls/user32/misc.c       |   6 +-
 dlls/user32/msgbox.c     |   6 +-
 dlls/user32/painting.c   |   4 +-
 dlls/user32/rawinput.c   |  10 +--
 dlls/user32/scroll.c     |   3 +-
 dlls/user32/spy.c        |   5 +-
 dlls/user32/static.c     |   3 +-
 dlls/user32/sysparams.c  | 221 ++++++++++++++---------------------------------
 dlls/user32/text.c       |   2 +-
 dlls/user32/uitools.c    |   3 +-
 dlls/user32/user_main.c  |  83 ++++++------------
 dlls/user32/win.c        |  24 ++---
 dlls/user32/winstation.c |  14 +--
 dlls/user32/wsprintf.c   |   7 +-
 30 files changed, 198 insertions(+), 405 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=5ad25c293b6a7b5cd5dea43f29f6fa94d8302722



More information about the wine-cvs mailing list