Commit 099f4c37 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

No longer using function pointers to winmm and msvfw32, but delay

loading instead.
parent 5e32d166
...@@ -3,6 +3,8 @@ type win32 ...@@ -3,6 +3,8 @@ type win32
init COMCTL32_LibMain init COMCTL32_LibMain
rsrc rsrc.res rsrc rsrc.res
import -delay msvfw32.dll
import -delay winmm.dll
import user32.dll import user32.dll
import gdi32.dll import gdi32.dll
import advapi32.dll import advapi32.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