mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 10:17:23 +00:00
audio: Change winmm import to delayed import.
This commit is contained in:
parent
3d3786c2fa
commit
8410dd353c
@ -1,5 +1,6 @@
|
||||
MODULE = winealsa.drv
|
||||
IMPORTS = uuid winmm ole32
|
||||
IMPORTS = uuid ole32
|
||||
DELAYIMPORTS = winmm
|
||||
EXTRALIBS = @ALSALIBS@
|
||||
|
||||
C_SRCS = \
|
||||
|
@ -1,5 +1,6 @@
|
||||
MODULE = winecoreaudio.drv
|
||||
IMPORTS = uuid winmm ole32 user32
|
||||
IMPORTS = uuid ole32 user32
|
||||
DELAYIMPORTS = winmm
|
||||
EXTRALIBS = @COREAUDIO@
|
||||
|
||||
C_SRCS = \
|
||||
|
@ -1,5 +1,6 @@
|
||||
MODULE = wineoss.drv
|
||||
IMPORTS = uuid winmm ole32 user32
|
||||
IMPORTS = uuid ole32 user32
|
||||
DELAYIMPORTS = winmm
|
||||
EXTRAINCL = @OSS4INCL@
|
||||
|
||||
C_SRCS = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user