31 Jul
2017
31 Jul
'17
5:25 p.m.
Carlos Palminha <CARLOS.PALMINHA(a)synopsys.com> writes:
Use %windows%\system32 directory to search for the DLL. Standard search path is not used.
Signed-off-by: Carlos Palminha <palminha(a)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(a)winehq.org