Module: wine Branch: master Commit: 0492108ae8367dfe69d15879b1482876579e7c03 URL: https://gitlab.winehq.org/wine/wine/-/commit/0492108ae8367dfe69d15879b148287...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Aug 1 21:30:30 2022 +0200
win32u: Use syscall interface for all ntuser functions.
---
dlls/win32u/gdiobj.c | 9 ----- dlls/win32u/syscall.c | 8 ++++ dlls/win32u/win32u.spec | 16 ++++---- dlls/win32u/win32u_private.h | 15 -------- dlls/win32u/wrappers.c | 53 -------------------------- dlls/wow64win/syscall.h | 8 ++++ dlls/wow64win/user.c | 88 ++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 112 insertions(+), 85 deletions(-)