Commit 7f1f8b61 authored by Alexandre Julliard's avatar Alexandre Julliard

dispex: Convert dll registration to the IRegistrar mechanism.

parent a5859c80
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@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment