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

Huw Davies huw at codeweavers.com
Tue Mar 8 06:57:30 CST 2022


On Tue, Mar 08, 2022 at 01:20:18PM +0100, Jacek Caban wrote:
> 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(-)

Aren't you missing the wow64win changes?

Huw.



More information about the wine-devel mailing list