[PATCH 2/7] win32u: Move NtUsetSetWindowLong implementation from user32.

Jacek Caban jacek at codeweavers.com
Wed Mar 16 09:35:25 CDT 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/driver.c         |   7 +-
  dlls/user32/message.c        |   2 -
  dlls/user32/user32.spec      |   2 +-
  dlls/user32/win.c            | 307 +--------------------------------
  dlls/user32/win.h            |   1 -
  dlls/win32u/class.c          |  11 ++
  dlls/win32u/gdiobj.c         |   3 +
  dlls/win32u/message.c        |   2 +
  dlls/win32u/ntuser_private.h |   1 +
  dlls/win32u/win32u.spec      |   6 +-
  dlls/win32u/win32u_private.h |   5 +
  dlls/win32u/window.c         | 317 +++++++++++++++++++++++++++++++++++
  dlls/win32u/wrappers.c       |  18 ++
  include/ntuser.h             |   3 +
  14 files changed, 369 insertions(+), 316 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-win32u-Move-NtUsetSetWindowLong-implementation-from-us.txt
Type: text/x-patch
Size: 33375 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220316/647e83c9/attachment.bin>


More information about the wine-devel mailing list