https://bugs.winehq.org/show_bug.cgi?id=52671
Meredith Johnson mjohnson@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mjohnson@codeweavers.com
--- Comment #3 from Meredith Johnson mjohnson@codeweavers.com --- I was able to reproduce the regression between Wine 7.3 and Wine 7.4. A bisect blamed the following commit:
commit 0044b02d482fa19f6d1ddebc4b716efeba287d44 Author: Jacek Caban jacek@codeweavers.com Date: Mon Mar 7 14:41:53 2022 +0100
user32: Use UNICODE_STRING for passing window classes internally.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
This is the same commit that caused bug 52654, and the patch Jacek attached to that bug fixed this bug as well.