[PATCH] kernel32: Load library search in system32 directory.

Alexandre Julliard julliard at winehq.org
Mon Jul 31 11:25:32 CDT 2017


Carlos Palminha <CARLOS.PALMINHA at synopsys.com> writes:

> Use %windows%\system32 directory to search for the DLL.
> Standard search path is not used.
>
> Signed-off-by: Carlos Palminha <palminha at synopsys.com>
> ---
>  dlls/kernel32/module.c | 10 ++++++++--
>  1 file changed, 8 insertions(+), 2 deletions(-)

%windows% cannot possibly work, environment variables are not expanded,
and even if they were, there's no such variable. How did you test this?

Also it's possible to specify multiple flags, this needs to be
integrated properly in the code that builds the search path.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list