Jacek Caban : win32u: Use syscall interface for menu functions.

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


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Jul 21 20:27:46 2022 +0200

win32u: Use syscall interface for menu 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      |  8 ++++
 dlls/wow64win/user.c         | 93 ++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 117 insertions(+), 72 deletions(-)




More information about the wine-cvs mailing list