diff --git a/programs/uninstaller/Makefile.in b/programs/uninstaller/Makefile.in index 3b151a7de16..0f7e0e462e5 100644 --- a/programs/uninstaller/Makefile.in +++ b/programs/uninstaller/Makefile.in @@ -5,7 +5,8 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = uninstaller.exe APPMODE = -mconsole -municode -IMPORTS = shlwapi shell32 user32 gdi32 advapi32 kernel32 +IMPORTS = advapi32 kernel32 +DELAYIMPORTS = shlwapi shell32 user32 gdi32 C_SRCS = \ main.c