[PATCH 1/6] win32u: Move winproc array from user32.

Jacek Caban jacek at codeweavers.com
Fri Mar 4 07:27:58 CST 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/controls.h       |  26 +-----
  dlls/user32/user_main.c      |   1 +
  dlls/user32/user_private.h   |   1 +
  dlls/user32/winproc.c        | 159 ++++++++-------------------------
  dlls/win32u/Makefile.in      |   1 +
  dlls/win32u/class.c          | 167 +++++++++++++++++++++++++++++++++++
  dlls/win32u/ntuser_private.h |  36 ++++++++
  dlls/win32u/syscall.c        |   1 +
  dlls/win32u/sysparams.c      |   4 +
  dlls/win32u/win32u.spec      |   2 +-
  dlls/wow64win/syscall.h      |   1 +
  dlls/wow64win/user.c         |   8 ++
  include/ntuser.h             |  24 +++++
  13 files changed, 285 insertions(+), 146 deletions(-)
  create mode 100644 dlls/win32u/class.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-win32u-Move-winproc-array-from-user32.txt
Type: text/x-patch
Size: 24150 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220304/2ffa864c/attachment.bin>


More information about the wine-devel mailing list