Commit f65e0477 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

ole32: Always create a window for the main apartment.

parent 9f8d379f
......@@ -305,6 +305,9 @@ static APARTMENT *apartment_get_or_create(DWORD model)
}
LeaveCriticalSection(&csApartment);
if (apt->main)
apartment_createwindowifneeded(apt);
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment