[Git][wine/wine][master] 6 commits: user32: Init class name outside of get_versioned_name.
Alexandre Julliard pushed to branch master at wine / wine Commits: bbd85bce by Rémi Bernon at 2025-07-01T21:47:39+02:00 user32: Init class name outside of get_versioned_name. - - - - - ca5cd4b7 by Rémi Bernon at 2025-07-01T21:47:39+02:00 user32: Move user32_module default out of get_class_info. - - - - - 80b64c28 by Rémi Bernon at 2025-07-01T21:47:39+02:00 user32: Load class module in get_class_version. - - - - - 354dbd43 by Rémi Bernon at 2025-07-01T21:47:39+02:00 user32: Move get_class_version out of get_class_info. - - - - - 6d12da0f by Rémi Bernon at 2025-07-01T21:47:39+02:00 comctl32: Fix class name case in manifest. This shouldn't matter in theory but some tests check the case exactly and there's no good reason to use a different casing. - - - - - 7619cf65 by Rémi Bernon at 2025-07-01T21:47:39+02:00 user32: Always copy class names to a temporary buffer. - - - - - 5 changed files: - dlls/comctl32/comctl32.manifest - dlls/comctl32/tests/listbox.c - dlls/user32/class.c - dlls/user32/user_private.h - dlls/user32/win.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b5f7d9a2864bcbbae04d8e99268d86... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b5f7d9a2864bcbbae04d8e99268d86... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)