mirror of
https://github.com/reactos/wine.git
synced 2024-11-27 05:30:30 +00:00
ieproxy: Add stub DLL.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8c253c464b
commit
19384ab370
2
configure
vendored
2
configure
vendored
@ -1239,6 +1239,7 @@ enable_httpapi
|
||||
enable_iccvid
|
||||
enable_icmp
|
||||
enable_ieframe
|
||||
enable_ieproxy
|
||||
enable_imaadp32_acm
|
||||
enable_imagehlp
|
||||
enable_imm32
|
||||
@ -18387,6 +18388,7 @@ wine_fn_config_dll iccvid enable_iccvid clean
|
||||
wine_fn_config_dll icmp enable_icmp
|
||||
wine_fn_config_dll ieframe enable_ieframe clean,implib
|
||||
wine_fn_config_test dlls/ieframe/tests ieframe_test
|
||||
wine_fn_config_dll ieproxy enable_ieproxy
|
||||
wine_fn_config_dll ifsmgr.vxd enable_win16
|
||||
wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
|
||||
wine_fn_config_dll imagehlp enable_imagehlp implib
|
||||
|
@ -3170,6 +3170,7 @@ WINE_CONFIG_DLL(iccvid,,[clean])
|
||||
WINE_CONFIG_DLL(icmp)
|
||||
WINE_CONFIG_DLL(ieframe,,[clean,implib])
|
||||
WINE_CONFIG_TEST(dlls/ieframe/tests)
|
||||
WINE_CONFIG_DLL(ieproxy)
|
||||
WINE_CONFIG_DLL(ifsmgr.vxd,enable_win16)
|
||||
WINE_CONFIG_DLL(imaadp32.acm)
|
||||
WINE_CONFIG_DLL(imagehlp,,[implib])
|
||||
|
1
dlls/ieproxy/Makefile.in
Normal file
1
dlls/ieproxy/Makefile.in
Normal file
@ -0,0 +1 @@
|
||||
MODULE = ieproxy.dll
|
5
dlls/ieproxy/ieproxy.spec
Normal file
5
dlls/ieproxy/ieproxy.spec
Normal file
@ -0,0 +1,5 @@
|
||||
3 stub GetProxyDllInfo
|
||||
@ stub DllCanUnloadNow
|
||||
@ stub DllGetClassObject
|
||||
@ stub DllRegisterServer
|
||||
@ stub DllUnregisterServer
|
Loading…
Reference in New Issue
Block a user