26 May
2023
26 May
'23
8:26 p.m.
Module: wine Branch: master Commit: c73684e533824217a0e37d66af2a4dfcee5c1c02 URL: https://gitlab.winehq.org/wine/wine/-/commit/c73684e533824217a0e37d66af2a4df... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Mon Aug 1 01:07:48 2022 +0200 win32u: Use syscall interface for all ntgdi functions. --- dlls/win32u/gdiobj.c | 11 ---- dlls/win32u/syscall.c | 11 ++++ dlls/win32u/win32u.spec | 22 ++++---- dlls/win32u/win32u_private.h | 13 ----- dlls/win32u/wrappers.c | 69 ------------------------- dlls/wow64win/gdi.c | 119 +++++++++++++++++++++++++++++++++++++++---- dlls/wow64win/syscall.h | 11 ++++ 7 files changed, 143 insertions(+), 113 deletions(-)