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:
Zebediah Figura 2017-08-11 09:56:03 -05:00 committed by Alexandre Julliard
parent 8c253c464b
commit 19384ab370
4 changed files with 9 additions and 0 deletions

2
configure vendored
View File

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

View File

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

@ -0,0 +1 @@
MODULE = ieproxy.dll

View File

@ -0,0 +1,5 @@
3 stub GetProxyDllInfo
@ stub DllCanUnloadNow
@ stub DllGetClassObject
@ stub DllRegisterServer
@ stub DllUnregisterServer