Module: wine Branch: master Commit: 81df0bc7ef2790e36ee545adf3f05157811771fd URL: https://gitlab.winehq.org/wine/wine/-/commit/81df0bc7ef2790e36ee545adf3f0515...
Author: Jacek Caban jacek@codeweavers.com Date: Sun Jul 10 15:48:11 2022 +0200
win32u: Use syscall interface for more input functions.
---
dlls/win32u/gdiobj.c | 13 --- dlls/win32u/syscall.c | 13 +++ dlls/win32u/win32u.spec | 28 +++--- dlls/win32u/win32u_private.h | 14 --- dlls/win32u/wrappers.c | 79 ----------------- dlls/wow64win/syscall.h | 13 +++ dlls/wow64win/user.c | 200 +++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 240 insertions(+), 120 deletions(-)