Delay importing user32 (only used for configuration).
This commit is contained in:
parent
052b3f1612
commit
15a3d774b0
|
@ -3,9 +3,9 @@ file mcicda.drv
|
||||||
type win32
|
type win32
|
||||||
|
|
||||||
import winmm.dll
|
import winmm.dll
|
||||||
import user32.dll
|
import -delay user32.dll
|
||||||
import kernel32.dll
|
import kernel32.dll
|
||||||
import ntdll.dll
|
import ntdll.dll
|
||||||
|
|
||||||
debug_channels (mcicda)
|
debug_channels (mcicda)
|
||||||
|
|
||||||
|
|
|
@ -3,9 +3,9 @@ file mciseq.drv
|
||||||
type win32
|
type win32
|
||||||
|
|
||||||
import winmm.dll
|
import winmm.dll
|
||||||
import user32.dll
|
import -delay user32.dll
|
||||||
import kernel32.dll
|
import kernel32.dll
|
||||||
import ntdll.dll
|
import ntdll.dll
|
||||||
|
|
||||||
debug_channels (mcimidi)
|
debug_channels (mcimidi)
|
||||||
|
|
||||||
|
|
|
@ -3,9 +3,9 @@ file mciwave.drv
|
||||||
type win32
|
type win32
|
||||||
|
|
||||||
import winmm.dll
|
import winmm.dll
|
||||||
import user32.dll
|
import -delay user32.dll
|
||||||
import kernel32.dll
|
import kernel32.dll
|
||||||
import ntdll.dll
|
import ntdll.dll
|
||||||
|
|
||||||
debug_channels (mciwave)
|
debug_channels (mciwave)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue