Józef Kucia joseph.kucia@gmail.com writes:
On Wed, Feb 1, 2017 at 7:15 PM, Alexandre Julliard julliard@winehq.org wrote:
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?
I think we may delay OleInitialize() unconditionally, but there is a small risk we'll find an application which depends on the behavior of newer Windows versions. An app to be affected by this change would have to use hooks or similar mechanism, because the change won't be visible in OFNHookProc.
Yes, we can probably try that, at least until we find an app that breaks.