Signed-off-by: Jacek Caban jacek@codeweavers.com --- dlls/user32/driver.c | 13 +--- dlls/user32/input.c | 103 +----------------------------- dlls/user32/message.c | 117 ----------------------------------- dlls/user32/user32.spec | 2 +- dlls/user32/user_main.c | 1 - dlls/user32/user_private.h | 1 - dlls/win32u/gdiobj.c | 1 + dlls/win32u/input.c | 93 +++++++++++++++++++++++++++- dlls/win32u/ntuser_private.h | 1 - dlls/win32u/sysparams.c | 2 - dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 1 + dlls/win32u/wrappers.c | 6 ++ include/ntuser.h | 2 +- 14 files changed, 105 insertions(+), 240 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=111731
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