https://bugs.winehq.org/show_bug.cgi?id=44392
--- Comment #3 from nikolaysemenkov@gmail.com --- How can I use v6 implementation of comctl32?
On windows the following manifest works, but on wine it seems ignored and the issue happens:
<dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*"/> </dependentAssembly> </dependency>