[PATCH 5/6] win32u: Move __wine_send_input implementation from user32.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/hidclass.sys/Makefile.in | 2 +- dlls/user32/input.c | 13 ---- dlls/user32/user32.spec | 1 - dlls/user32/user_main.c | 1 + dlls/win32u/gdiobj.c | 1 + dlls/win32u/input.c | 10 +++ dlls/win32u/message.c | 116 ++++++++++++++++++++++++++++++++++ dlls/win32u/ntuser_private.h | 1 + dlls/win32u/win32u.spec | 1 + dlls/win32u/win32u_private.h | 3 + dlls/win32u/wrappers.c | 6 ++ 11 files changed, 140 insertions(+), 15 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=111730 Your paranoid android. === debian11 (build log) === /home/winetest/tools/testbot/var/wine-win32/../wine/dlls/win32u/message.c:219: undefined reference to `GetWindowLongA' /home/winetest/tools/testbot/var/wine-win32/../wine/dlls/win32u/message.c:212: undefined reference to `GetWindowLongA' /usr/bin/ld: /home/winetest/tools/testbot/var/wine-win32/../wine/dlls/win32u/message.c:212: undefined reference to `GetWindowLongA' /home/winetest/tools/testbot/var/wine-win32/../wine/dlls/win32u/message.c:219: undefined reference to `GetWindowLongA' /home/winetest/tools/testbot/var/wine-win32/../wine/dlls/win32u/message.c:505: undefined reference to `SendMessageW' collect2: error: ld returned 1 exit status Task: The win32 Wine build failed === debian11 (build log) === /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/win32u/message.c:219: undefined reference to `GetWindowLongA' /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/win32u/message.c:212: undefined reference to `GetWindowLongA' /usr/bin/ld: /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/win32u/message.c:212: undefined reference to `GetWindowLongA' /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/win32u/message.c:219: undefined reference to `GetWindowLongA' /home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/win32u/message.c:515: undefined reference to `SendMessageW' collect2: error: ld returned 1 exit status Task: The wow64 Wine build failed
participants (2)
-
Jacek Caban -
Marvin