https://bugs.winehq.org/show_bug.cgi?id=53908
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- This is apparently the commit that broke it:
0cfc7c445810c52622afa2b2635e0a23861df386 is the first bad commit commit 0cfc7c445810c52622afa2b2635e0a23861df386 Author: Jacek Caban jacek@codeweavers.com Date: Wed Mar 23 14:02:09 2022 +0100
user32: Merge WINPROC_call_window into call_window_proc.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/user32/message.c | 62 ++++++++++++++++++++++++++++++++++++++-------- dlls/user32/user_private.h | 3 +-- dlls/user32/winproc.c | 55 +++++----------------------------------- 3 files changed, 59 insertions(+), 61 deletions(-)