-
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.