[PATCH 4/4] win32u: Move accelerators object implementation from user32.

Jacek Caban jacek at codeweavers.com
Wed Mar 2 08:06:33 CST 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/menu.c           |   4 +-
  dlls/user32/resource.c       |  95 ++-----------------------------
  dlls/user32/user32.spec      |   6 +-
  dlls/win32u/Makefile.in      |   1 +
  dlls/win32u/menu.c           | 107 +++++++++++++++++++++++++++++++++++
  dlls/win32u/ntgdi_private.h  |   1 -
  dlls/win32u/syscall.c        |   3 +
  dlls/win32u/win32u.spec      |   6 +-
  dlls/win32u/win32u_private.h |   1 +
  dlls/wow64win/syscall.h      |   3 +
  dlls/wow64win/user.c         |  24 ++++++++
  include/ntuser.h             |   3 +
  12 files changed, 154 insertions(+), 100 deletions(-)
  create mode 100644 dlls/win32u/menu.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-win32u-Move-accelerators-object-implementation-from-us.txt
Type: text/x-patch
Size: 15634 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220302/c9ba21eb/attachment.bin>


More information about the wine-devel mailing list