Temp hack: do not import dlls that we link with at the ELF level.

This commit is contained in:
Alexandre Julliard 2000-11-13 20:27:31 +00:00
parent 3b0c1ec489
commit 41d6e2feba
3 changed files with 14 additions and 14 deletions

View file

@ -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

View file

@ -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)

View file

@ -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)