Module: wine Branch: master Commit: b601e3fa9789e9ec7de32a80d8928662c0707e78 URL: https://gitlab.winehq.org/wine/wine/-/commit/b601e3fa9789e9ec7de32a80d892866...
Author: Jacek Caban jacek@codeweavers.com Date: Sat May 27 18:49:50 2023 +0200
win32u: Use syscall interface for all exports.
---
dlls/hidclass.sys/device.c | 2 +- dlls/hidclass.sys/pnp.c | 2 +- dlls/win32u/Makefile.in | 3 +-- dlls/win32u/dc.c | 2 +- dlls/win32u/gdiobj.c | 14 ------------- dlls/win32u/input.c | 2 +- dlls/win32u/main.c | 3 --- dlls/win32u/syscall.c | 4 +++- dlls/win32u/win32u.spec | 9 +++----- dlls/win32u/win32u_private.h | 10 --------- dlls/win32u/wrappers.c | 50 -------------------------------------------- dlls/wow64win/gdi.c | 20 ++++++++++++++++++ dlls/wow64win/syscall.h | 5 ++++- dlls/wow64win/user.c | 6 ++++++ include/ntgdi.h | 3 +-- include/ntuser.h | 3 +++ include/winuser.h | 1 - 17 files changed, 45 insertions(+), 94 deletions(-)