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

Jacek Caban jacek at codeweavers.com
Tue Mar 8 07:23:37 CST 2022


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
v2: Added missing wow think. Thanks, Huw!

  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 +++++++++++++++++++++++++++++++++++++++++
  dlls/wow64win/syscall.h |  1 +
  dlls/wow64win/user.c    |  9 +++++++++
  include/ntuser.h        |  1 +
  13 files changed, 68 insertions(+), 32 deletions(-)

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


More information about the wine-devel mailing list