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.