From 41d6e2febadd1319200c64413687fb98d31aaa07 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 13 Nov 2000 20:27:31 +0000 Subject: [PATCH] Temp hack: do not import dlls that we link with at the ELF level. --- dlls/comctl32/comctl32.spec | 10 +++++----- dlls/commdlg/comdlg32.spec | 8 ++++---- dlls/shell32/shell32.spec | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/dlls/comctl32/comctl32.spec b/dlls/comctl32/comctl32.spec index 6b3e16b93cc..a8d990ab31e 100644 --- a/dlls/comctl32/comctl32.spec +++ b/dlls/comctl32/comctl32.spec @@ -3,11 +3,11 @@ type win32 init COMCTL32_LibMain rsrc rsrc.res -import user32.dll -import gdi32.dll -import advapi32.dll -import kernel32.dll -import ntdll.dll +#import user32.dll +#import gdi32.dll +#import advapi32.dll +#import kernel32.dll +#import ntdll.dll debug_channels (animate comboex commctrl datetime header hotkey imagelist ipaddress listview message monthcal nativefont pager progress propsheet diff --git a/dlls/commdlg/comdlg32.spec b/dlls/commdlg/comdlg32.spec index 066c9ae787e..4205e321b72 100644 --- a/dlls/commdlg/comdlg32.spec +++ b/dlls/commdlg/comdlg32.spec @@ -6,11 +6,11 @@ rsrc rsrc.res import shell32.dll import shlwapi.dll import comctl32.dll -import user32.dll import winspool.drv -import gdi32.dll -import kernel32.dll -import ntdll.dll +#import user32.dll +#import gdi32.dll +#import kernel32.dll +#import ntdll.dll debug_channels (commdlg) diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec index 75a8979bf36..644dc06efc1 100644 --- a/dlls/shell32/shell32.spec +++ b/dlls/shell32/shell32.spec @@ -8,11 +8,11 @@ import ole32.dll import shlwapi.dll import comctl32.dll -import advapi32.dll -import user32.dll -import gdi32.dll -import kernel32.dll -import ntdll.dll +#import user32.dll +#import gdi32.dll +#import advapi32.dll +#import kernel32.dll +#import ntdll.dll debug_channels (exec pidl shell)