dispex: Convert dll registration to the IRegistrar mechanism.

This commit is contained in:
Alexandre Julliard 2010-12-13 21:27:00 +01:00
parent a5859c800e
commit 7f1f8b6172
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
MODULE = dispex.dll
IMPORTS = uuid oleaut32 ole32 rpcrt4 advapi32
EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_DELEGATION
EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_DELEGATION
EXTRA_OBJS = dlldata.o
@ -10,4 +10,7 @@ C_SRCS = \
IDL_P_SRCS = \
disp_ex.idl
IDL_R_SRCS = \
disp_ex.idl
@MAKE_DLL_RULES@