[Git][wine/wine][master] 3 commits: comctl32: Use BOOLEAN instead of BOOL for RegisterClassNameW().

"Alexandre Julliard (@julliard) via Wine-commits" <[email protected]> Fri, 16 Jan 2026 16:26:05 -0600
Newsgroups gmane.comp.emulators.wine.cvs
Message-ID <[email protected]>

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/05e59fccb395ac34a71d0d0d4187661fb6b1113b...e005a7de2a93520f14ac4477a83cfa7fe4bd1d68

-- 
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/05e59fccb395ac34a71d0d0d4187661fb6b1113b...e005a7de2a93520f14ac4477a83cfa7fe4bd1d68
You're receiving this email because of your account on gitlab.winehq.org.