[PATCH 01/11] win32u: Move NtUserInternalGetWindowText implementation from user32.

Jacek Caban jacek at codeweavers.com
Tue Mar 8 06:20:18 CST 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/user32/button.c    |  2 +-
  dlls/user32/mdi.c       |  4 ++--
  dlls/user32/spy.c       |  2 +-
  dlls/user32/static.c    |  2 +-
  dlls/user32/tests/win.c |  5 +++++
  dlls/user32/user32.spec |  2 +-
  dlls/user32/win.c       | 26 +------------------------
  dlls/win32u/syscall.c   |  1 +
  dlls/win32u/win32u.spec |  2 +-
  dlls/win32u/window.c    | 43 +++++++++++++++++++++++++++++++++++++++++
  include/ntuser.h        |  1 +
  11 files changed, 58 insertions(+), 32 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-win32u-Move-NtUserInternalGetWindowText-implementation.txt
Type: text/x-patch
Size: 8826 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220308/74db7d50/attachment.bin>


More information about the wine-devel mailing list