http://bugs.winehq.org/show_bug.cgi?id=29065
--- Comment #3 from Dmitry Timoshkov dmitry@baikal.ru 2011-11-13 22:46:39 CST --- Created attachment 37489 --> http://bugs.winehq.org/attachment.cgi?id=37489 WS_POPUP takes precedence over WS_POPUP in some cases
Dialog creation fails because of this:
trace:dialog:DIALOG_GetControl32 L"msctls_progress32" L"" 54, 4, 68, 185, 12, d0000001, 00000000, 00000000 trace:win:WIN_CreateWindowEx L"" L"msctls_progress32" ex=00000004 style=d0000001 6,111 278x20 parent=0x100a0 menu=0x36 inst=0x590000 params=(nil) trace:win:dump_window_styles style: WS_POPUP WS_CHILD WS_VISIBLE 00000001 trace:win:dump_window_styles exstyle: WS_EX_NOPARENTNOTIFY trace:win:DestroyWindow (0x100a0) trace:win:WIN_SetWindowLong 0x100a0 0 0 W trace:dialog:EndDialog 0x100a0 0
Attached patch makes it run, but it obviously needs some test cases.