[PATCH 2/5] win32u: Move NtUserGetCursor implementation from user32.

Huw Davies huw at codeweavers.com
Fri Dec 3 01:55:15 CST 2021


On Fri, Dec 03, 2021 at 01:47:53AM +0100, Jacek Caban wrote:
> Signed-off-by: Jacek Caban <jacek at codeweavers.com>
> ---
>  dlls/user32/cursoricon.c | 19 +------------------
>  dlls/user32/user32.spec  |  2 +-
>  dlls/win32u/cursoricon.c | 18 ++++++++++++++++++
>  dlls/win32u/syscall.c    |  1 +
>  dlls/win32u/win32u.spec  |  2 +-
>  dlls/wow64win/user.c     |  5 +++++
>  include/ntuser.h         |  1 +
>  7 files changed, 28 insertions(+), 20 deletions(-)

Isn't this missing an entry in wow64win/syscall.h ?

Huw.



More information about the wine-devel mailing list