Module: wine Branch: master Commit: a3132f2906d0f8bdcb150749b3fbe31a63923da0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a3132f2906d0f8bdcb150749b...
Author: Jacek Caban jacek@codeweavers.com Date: Wed May 4 01:48:24 2022 +0200
winex11: Don't use unicode.h.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winex11.drv/clipboard.c | 3 +-- dlls/winex11.drv/graphics.c | 5 ++--- dlls/winex11.drv/keyboard.c | 5 ++--- dlls/winex11.drv/mouse.c | 9 ++++----- dlls/winex11.drv/settings.c | 5 ++--- dlls/winex11.drv/window.c | 1 - dlls/winex11.drv/wintab.c | 23 +++++++++++------------ dlls/winex11.drv/x11drv.h | 3 +-- dlls/winex11.drv/x11drv_main.c | 13 ++++++------- dlls/winex11.drv/xim.c | 7 +++---- dlls/winex11.drv/xrandr.c | 3 +-- dlls/winex11.drv/xrender.c | 7 +++---- 12 files changed, 36 insertions(+), 48 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a3132f2906d0f8bdcb150...