http://bugs.winehq.org/show_bug.cgi?id=58364
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.pmail.com/downlo | |ads/w32-480.exe Regression SHA1| |2e338b95855d94bd9c99099ce4c | |1f421953b8d9e CC| |rbernon@codeweavers.com Keywords| |download
--- Comment #8 from Austin English austinenglish@gmail.com --- I used http://www.pmail.com/downloads/w32-480.exe, and was able to reproduce this.
austin@debian:~/Downloads$ sha256sum w32-480.exe a4d235b2afd5e2726f671ff87d56f0173b21f530d315dc1538a9efef2863dc73 w32-480.exe austin@debian:~/Downloads$ du -sh w32-480.exe 14M w32-480.exe
The regression is introduced by: austin@debian:~/wine-git$ git bisect bad 2e338b95855d94bd9c99099ce4c1f421953b8d9e is the first bad commit commit 2e338b95855d94bd9c99099ce4c1f421953b8d9e (HEAD) Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Jun 13 10:22:38 2025 +0200
user32: Implement RegisterWindowMessage(A|W) using NtUserRegisterWindowMessage.
dlls/user32/message.c | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-)