Carlos Palminha CARLOS.PALMINHA@synopsys.com writes:
Use %windows%\system32 directory to search for the DLL. Standard search path is not used.
Signed-off-by: Carlos Palminha palminha@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.