[PATCH 2/2] comdlg32: Delay OleInitialize() for Windows versions older than Vista.

Alexandre Julliard julliard at winehq.org
Thu Feb 2 08:12:28 CST 2017


Józef Kucia <joseph.kucia at gmail.com> writes:

> On Wed, Feb 1, 2017 at 7:15 PM, Alexandre Julliard <julliard at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list