Commit 15a3d774 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Delay importing user32 (only used for configuration).

parent 052b3f16
...@@ -3,7 +3,7 @@ file mcicda.drv ...@@ -3,7 +3,7 @@ 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
......
...@@ -3,7 +3,7 @@ file mciseq.drv ...@@ -3,7 +3,7 @@ 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
......
...@@ -3,7 +3,7 @@ file mciwave.drv ...@@ -3,7 +3,7 @@ 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
......
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