RESEND: Try to avoid loading 16-bit DLLs into memory for accessing version info

Alexandre Julliard julliard at winehq.org
Fri Jul 30 13:25:02 CDT 2004


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> Changelog:
>     Dmitry Timoshkov <dmitry at codeweavers.com>
>     Try to avoid loading 16-bit DLLs into memory for accessing
>     version info, this might lead to undesired side effects like
>     loading a bunch of other 16-bit DLLs.

The problem I see is that this will bypass the loadorder config, and
retrieve the version of the native dll in all cases. I think it would
be better to try to take loadorder into account, though I admit it's
not trivial to do.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list