Commit 41d6e2fe authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 3b0c1ec4
......@@ -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
......
......@@ -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)
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment