http://bugs.winehq.org/show_bug.cgi?id=15310
Maarten Lankhorst m.b.lankhorst@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |m.b.lankhorst@gmail.com
--- Comment #6 from Maarten Lankhorst m.b.lankhorst@gmail.com 2008-10-02 09:19:44 --- It sees to me that the deadlock is the initialization code. SetWindowPos never returns. Does adding ShowWindow(This->hWnd, SW_SHOW); before the SetWindowPos call at line 332 work?