Rémi Bernon : shcore: Use delay import for user32 and ole32.
Module: wine Branch: master Commit: 81e9b72dc967c2fa3aab4eca238f4a017fddd36a URL: https://gitlab.winehq.org/wine/wine/-/commit/81e9b72dc967c2fa3aab4eca238f4a0... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Thu Sep 29 18:02:45 2022 +0200 shcore: Use delay import for user32 and ole32. And drop gdi32 which isn't required. --- dlls/shcore/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/shcore/Makefile.in b/dlls/shcore/Makefile.in index 7c4d161a558..61840e9a056 100644 --- a/dlls/shcore/Makefile.in +++ b/dlls/shcore/Makefile.in @@ -1,6 +1,7 @@ MODULE = shcore.dll IMPORTLIB = shcore -IMPORTS = user32 gdi32 ole32 advapi32 +IMPORTS = advapi32 +DELAYIMPORTS = user32 ole32 EXTRADLLFLAGS = -Wb,--prefer-native
participants (1)
-
Alexandre Julliard