Commit 8410dd35 authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

audio: Change winmm import to delayed import.

parent 3d3786c2
MODULE = winealsa.drv
IMPORTS = uuid winmm ole32
IMPORTS = uuid ole32
DELAYIMPORTS = winmm
EXTRALIBS = @ALSALIBS@
C_SRCS = \
......
MODULE = winecoreaudio.drv
IMPORTS = uuid winmm ole32 user32
IMPORTS = uuid ole32 user32
DELAYIMPORTS = winmm
EXTRALIBS = @COREAUDIO@
C_SRCS = \
......
MODULE = wineoss.drv
IMPORTS = uuid winmm ole32 user32
IMPORTS = uuid ole32 user32
DELAYIMPORTS = winmm
EXTRAINCL = @OSS4INCL@
C_SRCS = \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment