[PATCH v6 1/2] ntdll: Allow loading system DLLs from a path specified at configure time.

Alexandre Julliard julliard at winehq.org
Thu Nov 11 02:52:08 CST 2021


Zebediah Figura <zfigura at codeweavers.com> writes:

> Many distributions provide MinGW-compiled system DLLs which are currently
> bundled with Wine. Unfortunately, while MinGW pkg-config can be used to detect
> the linking path, there is no standardized runtime path, and many distributions
> in fact use different paths.

I think it needs to be a proper path containing multiple directories, at
least to allow supporting both 32- and 64-bit dlls. Otherwise there
would need to be some sort of mapping from PE architecture to system
dir.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list