[Git][wine/wine][master] 3 commits: comctl32: Use BOOLEAN instead of BOOL for RegisterClassNameW().
Alexandre Julliard pushed to branch master at wine / wine Commits: b2aa86c0 by Zhiyi Zhang at 2026-01-16T17:47:59+01:00 comctl32: Use BOOLEAN instead of BOOL for RegisterClassNameW(). The return type should be BOOLEAN instead of BOOL according to native headers. - - - - - 13512483 by Zhiyi Zhang at 2026-01-16T17:48:01+01:00 comctl32/tests: Test that there is no flatsb_class32 window class. - - - - - e005a7de by Zhiyi Zhang at 2026-01-16T17:48:01+01:00 comctl32: Remove flatsb_class32 window class. There is no such window class on Windows. I checked on Windows 10, XP and even Windows 95. The window class was added by 638f169b in 1999. - - - - - 7 changed files: - dlls/comctl32/comctl32.h - dlls/comctl32/commctrl.c - dlls/comctl32/flatsb.c - dlls/comctl32/tests/misc.c - dlls/user32/class.c - include/commctrl.h - include/winuser.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/05e59fccb395ac34a71d0d0d418766... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/05e59fccb395ac34a71d0d0d418766... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)