Alexandre Julliard pushed to branch master at wine / wine
Commits: ba80c28c by Zhiyi Zhang at 2025-10-08T13:17:11+02:00 comctl32/tests: Fix a window leak.
- - - - - 8e204577 by Zhiyi Zhang at 2025-10-08T13:17:11+02:00 user32: Load version for comctl32 v6 window classes.
So that versioned window classes gets registered as well. Otherwise, comctl32 v6 fails to register its window classes when comctl32 v5 classes are still being used. This can happen, for example, when creating a window using comctl32 v5, then unload comctl32 v5 and not destroying the window, and then load comctl32 v6.
- - - - - 69584284 by Zhiyi Zhang at 2025-10-08T13:17:11+02:00 comctl32/tests: Add version tests.
- - - - -
3 changed files:
- dlls/comctl32/tests/datetime.c - dlls/comctl32/tests/misc.c - dlls/user32/class.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fd6bdbeda50c2871ad5f80bb1b0824...