https://bugs.winehq.org/show_bug.cgi?id=52654
Meredith Johnson mjohnson@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mjohnson@codeweavers.com
--- Comment #4 from Meredith Johnson mjohnson@codeweavers.com --- I believe I was able to reproduce this issue. With Wine 7.3, if I open a recovery volume, I see information about verification with a blue status bar that reports "100%", a green status bar that reports "Repair not needed" and values set for several fields. In contrast, with Wine 7.4, the status of the same fields is just "unknown" and the status bars are gray and red and have no text in them.
Testing based on that difference in behavior, 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