https://bugs.winehq.org/show_bug.cgi?id=52651
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com Regression SHA1| |b1b0470083970bacfbc3a6d5ad0 | |8740a1e50d46f
--- Comment #16 from Gijs Vermeulen gijsvrm@gmail.com --- My bisect yielded the same result as you, so I guess this is the same issue, but for some reason we aren't able to reproduce with the 32bit version.
b1b0470083970bacfbc3a6d5ad08740a1e50d46f is the first bad commit commit b1b0470083970bacfbc3a6d5ad08740a1e50d46f Author: Jacek Caban jacek@codeweavers.com Date: Mon Mar 7 14:42:03 2022 +0100
user32: Store menu name as a struct.
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/class.c | 103 +++++++++++++++++++++++++------------------ dlls/win32u/ntuser_private.h | 2 +- include/ntuser.h | 7 +++ 3 files changed, 67 insertions(+), 45 deletions(-)