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

Alexandre Julliard julliard at winehq.org
Mon Jul 31 13:56:56 CDT 2017


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

> I think today its working for some of those unsupported flags because it's a side effect of calling MODULE_get_dll_load_path with NULL.
> Probably using only system32 path it might break some of the application that are working based on a side effect. Nevertheless i run the existing tests for module and its ok.  
>
> I will look at it and add the other SEARCH flags. If i check the other flags then there is no need to fallback to MODULE_get_dll_load_path(NULL), do you agree?

My guess is that you'd want to integrate the flags handling into
MODULE_get_dll_load_path instead of bypassing it.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list