Jacek Caban : win32u: Use syscall interface for more windowing functions.

Alexandre Julliard julliard at winehq.org
Tue Jul 26 15:40:52 CDT 2022


Module: wine
Branch: master
Commit: 561890f47e0588b2d52b059490e33b72405ef2b0
URL:    https://gitlab.winehq.org/wine/wine/-/commit/561890f47e0588b2d52b059490e33b72405ef2b0

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Jul 21 21:31:35 2022 +0200

win32u: Use syscall interface for more windowing functions.

---

 dlls/win32u/gdiobj.c         |  8 ----
 dlls/win32u/syscall.c        |  8 ++++
 dlls/win32u/win32u.spec      | 16 ++++----
 dlls/win32u/win32u_private.h |  8 ----
 dlls/win32u/wrappers.c       | 48 -----------------------
 dlls/wow64win/syscall.h      | 10 ++++-
 dlls/wow64win/user.c         | 91 ++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 116 insertions(+), 73 deletions(-)




More information about the wine-cvs mailing list