Commit 81e9b72d authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

shcore: Use delay import for user32 and ole32.

And drop gdi32 which isn't required.
parent c90e03e3
MODULE = shcore.dll
IMPORTLIB = shcore
IMPORTS = user32 gdi32 ole32 advapi32
IMPORTS = advapi32
DELAYIMPORTS = user32 ole32
EXTRADLLFLAGS = -Wb,--prefer-native
......
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