http://bugs.winehq.org/show_bug.cgi?id=7541
------- Additional Comments From mikolaj.zalewski@gmail.com 2007-25-02 10:06 ------- I see the reason of this bug has been already found but as for application manifests they are completly ignored under wine. Thus we have only one comctl32 DLL and always load it. Under Windows XP and newer this entry would cause the application to load comctl32.dll from %systemroot%\winsxs...\comctl32.dll instead of %systemroot%\system32\comctl32.dll. The biggest differance is that the first one supports theming.