[PATCH 5/5] win32u: Move message spy implementation from user32.

Jacek Caban jacek at codeweavers.com
Mon Mar 21 08:14:55 CDT 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/Makefile.in       |   1 -
  dlls/user32/user_main.c       |  21 +++++++
  dlls/user32/user_private.h    |   7 ---
  dlls/win32u/Makefile.in       |   1 +
  dlls/win32u/gdiobj.c          |   1 +
  dlls/win32u/message.c         |   6 ++
  dlls/win32u/ntuser_private.h  |  15 +++++
  dlls/{user32 => win32u}/spy.c | 109 ++++++++++++++++++----------------
  dlls/win32u/sysparams.c       |   2 +
  dlls/win32u/win32u.spec       |   2 +-
  dlls/win32u/win32u_private.h  |   3 +
  dlls/win32u/window.c          |   4 +-
  dlls/win32u/wrappers.c        |   7 +++
  include/ntuser.h              |   5 ++
  14 files changed, 124 insertions(+), 60 deletions(-)
  rename dlls/{user32 => win32u}/spy.c (96%)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-win32u-Move-message-spy-implementation-from-user32.txt
Type: text/x-patch
Size: 20049 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220321/053663b1/attachment.bin>


More information about the wine-devel mailing list