http://bugs.winehq.org/show_bug.cgi?id=13554 --- Comment #12 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-08-16 00:12:53 ---
Might be worth adding InitCommonControls() to the Wine's explorer. This wouldn't be of any help, window classes are per-process.
Yes indeed, I even missed the part that InitCommonControls() isn't doing anything (on Wine at least). All classes get registered on DLL_PROCESS_ATTACH. So one of the dlls it loads imports comctl32. The only one I could find is wow32.dll -> comdlg32.dll -> comctl32.dll This means, all you need to do is to add comdlg32 to the imports list of wow32.dll. And wow32 to the imports of winevdm. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.