From 8c06ba6fd8e3845e3b92239168a529c2f4b0e96d Mon Sep 17 00:00:00 2001
From: Alexandre Julliard <julliard@winehq.org>
Date: Wed, 16 Jan 2008 19:51:20 +0100
Subject: [PATCH] wineboot: Delay import the dlls that are not needed for the
 default initialisation.

---
 programs/wineboot/Makefile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/programs/wineboot/Makefile.in b/programs/wineboot/Makefile.in
index 8d69026c340..a9db5820f97 100644
--- a/programs/wineboot/Makefile.in
+++ b/programs/wineboot/Makefile.in
@@ -4,7 +4,8 @@ SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = wineboot.exe
 APPMODE   = -mconsole
-IMPORTS   = shell32 shlwapi version user32 advapi32 kernel32 ntdll
+IMPORTS   = advapi32 kernel32 ntdll
+DELAYIMPORTS = shell32 shlwapi version user32
 EXTRALIBS = -luuid
 
 C_SRCS = \
-- 
GitLab