[PATCH 3/6] win32u: Move NtUserGetClassName implementation from user32.

Jacek Caban jacek at codeweavers.com
Fri Mar 4 07:28:31 CST 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/class.c          | 64 +-----------------------------
  dlls/win32u/class.c          | 77 ++++++++++++++++++++++++++++++++++++
  dlls/win32u/ntuser_private.h | 24 +++++++++++
  dlls/win32u/syscall.c        |  1 +
  dlls/win32u/tests/win32u.c   | 34 ++++++++++++++++
  dlls/win32u/win32u.spec      |  2 +-
  dlls/win32u/window.c         |  4 +-
  include/ntuser.h             |  1 +
  8 files changed, 142 insertions(+), 65 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-win32u-Move-NtUserGetClassName-implementation-from-use.txt
Type: text/x-patch
Size: 12311 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220304/7021254d/attachment.bin>


More information about the wine-devel mailing list