shcore: Use delay import for user32 and ole32.

And drop gdi32 which isn't required.
This commit is contained in:
Rémi Bernon 2022-09-29 18:02:45 +02:00 committed by Alexandre Julliard
parent c90e03e3cb
commit 81e9b72dc9

View file

@ -1,6 +1,7 @@
MODULE = shcore.dll
IMPORTLIB = shcore
IMPORTS = user32 gdi32 ole32 advapi32
IMPORTS = advapi32
DELAYIMPORTS = user32 ole32
EXTRADLLFLAGS = -Wb,--prefer-native