iexplore: Use ieframe instead of shdocvw.
This commit is contained in:
parent
598e440522
commit
89817dec10
|
@ -1,7 +1,7 @@
|
|||
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
||||
MODULE = iexplore.exe
|
||||
APPMODE = -mwindows
|
||||
IMPORTS = shdocvw
|
||||
IMPORTS = ieframe
|
||||
DELAYIMPORTS = advpack version
|
||||
|
||||
C_SRCS = \
|
||||
|
|
Loading…
Reference in New Issue