1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

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:
Eric Pouech 2023-12-28 09:50:01 +01:00 committed by Alexandre Julliard
parent 790133e950
commit eed778467a

View file

@ -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 \