setupapi [4/7]: Don't allow relative paths in SetupCopyOEMInf

Alexandre Julliard julliard at winehq.org
Tue Mar 27 06:24:41 CDT 2007


"James Hawkins" <truiken at gmail.com> writes:

> @@ -5,7 +5,7 @@ SRCDIR    = @srcdir@
>  VPATH     = @srcdir@
>  MODULE    = setupapi.dll
>  IMPORTLIB = libsetupapi.$(IMPLIBEXT)
> -IMPORTS   = user32 version advapi32 rpcrt4 kernel32 ntdll
> +IMPORTS   = user32 version advapi32 rpcrt4 kernel32 ntdll shlwapi

It's a bit wasteful to import a whole bunch of shell stuff for a
one-line function...

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list