quartz: Delay import ddraw.
So that ddraw isn't always loaded, esp. for app not requesting vmr7. Could lower memory pressure on 32bit. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
This commit is contained in:
parent
790133e950
commit
eed778467a
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
MODULE = quartz.dll
|
||||
IMPORTLIB = quartz
|
||||
IMPORTS = strmiids dxguid strmbase uuid ddraw dsound msacm32 msvfw32 ole32 oleaut32 rpcrt4 user32 gdi32 advapi32 winmm
|
||||
MODULE = quartz.dll
|
||||
IMPORTLIB = quartz
|
||||
IMPORTS = strmiids dxguid strmbase uuid dsound msacm32 msvfw32 ole32 oleaut32 rpcrt4 user32 gdi32 advapi32 winmm
|
||||
DELAYIMPORTS = ddraw
|
||||
|
||||
SOURCES = \
|
||||
acmwrapper.c \
|
||||
|
|
Loading…
Add table
Reference in a new issue