Józef Kucia jkucia@codeweavers.com writes:
This fixes a regression introduced by commit f65e04770dc5748521a0de73814cea0b085bf3f8.
OleInitialize() creates a window for the main apartment. SimCity 2000 expects that the first created window after GetOpenFileA() is a file dialog window. According to tests, this is expected to work on Windows versions before Windows Vista.
Signed-off-by: Józef Kucia jkucia@codeweavers.com
Is a version check really necessary? Couldn't we find some better way? In what way does the app depend on the window creation order?