ntdll: Allow loading system DLLs from a path specified at configure time.
commit7e926a9aa9ce31154d623019344eb834f6b6229d
authorZebediah Figura <zfigura@codeweavers.com>
Fri, 12 Nov 2021 17:55:37 +0000 (12 11:55 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 24 Nov 2021 14:30:09 +0000 (24 15:30 +0100)
tree8b9e76199d35de0f1e00c9633066ed18b49c26ea
parentf10a85de60ee42bd4abef24396b1f5a0156fae9f
ntdll: Allow loading system DLLs from a path specified at configure time.

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.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
configure
configure.ac
dlls/ntdll/Makefile.in
dlls/ntdll/loader.c
dlls/ntdll/unix/env.c
dlls/ntdll/unix/loader.c
dlls/ntdll/unix/unix_private.h