[PATCH 6/7] win32u: Move NtUserCloseWindowStation from user32.

Jacek Caban jacek at codeweavers.com
Tue Oct 12 08:33:04 CDT 2021


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/message.c      |  2 +-
  dlls/user32/user32.spec    |  2 +-
  dlls/user32/user_private.h |  2 +-
  dlls/user32/winstation.c   | 16 --------------
  dlls/win32u/Makefile.in    |  1 +
  dlls/win32u/syscall.c      |  2 ++
  dlls/win32u/win32u.spec    |  2 +-
  dlls/win32u/winstation.c   | 45 ++++++++++++++++++++++++++++++++++++++
  dlls/wow64win/Makefile.in  |  3 ++-
  dlls/wow64win/syscall.h    |  3 ++-
  dlls/wow64win/user.c       | 35 +++++++++++++++++++++++++++++
  include/Makefile.in        |  1 +
  include/ntuser.h           | 27 +++++++++++++++++++++++
  13 files changed, 119 insertions(+), 22 deletions(-)
  create mode 100644 dlls/win32u/winstation.c
  create mode 100644 dlls/wow64win/user.c
  create mode 100644 include/ntuser.h


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-win32u-Implement-NtUserCloseWindowStation.txt
Type: text/x-patch
Size: 8647 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20211012/e8c07904/attachment.bin>


More information about the wine-devel mailing list