26 May
2023
26 May
'23
8:26 p.m.
Module: wine Branch: master Commit: 859eda026db1f0324803034d492905e155844f53 URL: https://gitlab.winehq.org/wine/wine/-/commit/859eda026db1f0324803034d492905e... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Sun Jul 31 20:02:03 2022 +0200 win32u: Use syscall interface for D3DKMT functions. --- dlls/win32u/gdiobj.c | 10 --- dlls/win32u/syscall.c | 10 +++ dlls/win32u/win32u.spec | 20 ++--- dlls/win32u/win32u_private.h | 10 --- dlls/win32u/wrappers.c | 60 -------------- dlls/wow64win/gdi.c | 183 ++++++++++++++++++++++++++++++++++++++++++- dlls/wow64win/syscall.h | 10 +++ 7 files changed, 212 insertions(+), 91 deletions(-)