Re: setupapi [4/7]: Don't allow relative paths in SetupCopyOEMInf
27 Mar
2007
27 Mar
'07
11:24 a.m.
"James Hawkins" <truiken(a)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(a)winehq.org
6838
Age (days ago)
6838
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard