[PATCH 2/5] win32u: Move NtUserDestroyWindow implementation from user32.

Jacek Caban jacek at codeweavers.com
Thu Mar 17 09:27:59 CDT 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/clipboard.c      |  23 ---
  dlls/user32/combo.c          |   2 +-
  dlls/user32/dde_misc.c       |   6 +-
  dlls/user32/dde_server.c     |   2 +-
  dlls/user32/defwnd.c         |   2 +-
  dlls/user32/dialog.c         |   4 +-
  dlls/user32/driver.c         |   7 +-
  dlls/user32/mdi.c            |   2 +-
  dlls/user32/menu.c           |   8 +-
  dlls/user32/message.c        |   2 -
  dlls/user32/msgbox.c         |  70 ++++----
  dlls/user32/painting.c       |  12 --
  dlls/user32/user32.spec      |   2 +-
  dlls/user32/user_main.c      |  10 ++
  dlls/user32/win.c            | 248 +--------------------------
  dlls/user32/win.h            |   1 -
  dlls/win32u/clipboard.c      |  25 +++
  dlls/win32u/driver.c         |   1 +
  dlls/win32u/gdiobj.c         |   1 +
  dlls/win32u/message.c        |   2 +
  dlls/win32u/ntuser_private.h |   4 +
  dlls/win32u/sysparams.c      |  18 +-
  dlls/win32u/win32u.spec      |   2 +-
  dlls/win32u/win32u_private.h |   6 +
  dlls/win32u/window.c         | 315 +++++++++++++++++++++++++++++++++++
  dlls/win32u/wrappers.c       |   6 +
  include/ntuser.h             |   4 +-
  27 files changed, 440 insertions(+), 345 deletions(-)

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


More information about the wine-devel mailing list