20 Jul
2025
20 Jul
'25
5:31 p.m.
Nikolay Sivov (@nsivov) commented about dlls/comctl32_v6/Makefile.in:
+MODULE = comctl32_v6.dll +IMPORTS = uuid user32 gdi32 advapi32 imm32 kernelbase oleaut32 +DELAYIMPORTS = oleacc winmm uxtheme +EXTRADEFS = -D_COMCTL32_ -DCOMCTL32_VERSION=6 Version macro is not suitable here, it exists in public SDK and is always "6" for winver >= xp. We should have something custom and ifdef would be enough, since it's either 5 or 6.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8595#note_110428