Temp hack: do not import dlls that we link with at the ELF level.
This commit is contained in:
parent
3b0c1ec489
commit
41d6e2feba
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue