Alexandre Julliard : qmgrprxy: Convert dll registration to the IRegistrar mechanism.

Alexandre Julliard julliard at winehq.org
Tue Dec 14 10:55:39 CST 2010


Module: wine
Branch: master
Commit: a925e3fae6bbfc23c7dbbd0dc8d75a96c91c8af6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a925e3fae6bbfc23c7dbbd0dc8d75a96c91c8af6

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Dec 13 21:27:07 2010 +0100

qmgrprxy: Convert dll registration to the IRegistrar mechanism.

---

 dlls/qmgrprxy/Makefile.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/qmgrprxy/Makefile.in b/dlls/qmgrprxy/Makefile.in
index d986070..bba3e25 100644
--- a/dlls/qmgrprxy/Makefile.in
+++ b/dlls/qmgrprxy/Makefile.in
@@ -1,9 +1,10 @@
 MODULE    = qmgrprxy.dll
 IMPORTS   = rpcrt4
-EXTRADEFS = -DREGISTER_PROXY_DLL
+EXTRADEFS = -DWINE_REGISTER_DLL
 
 IDL_I_SRCS = qmgrprxy.idl
 IDL_P_SRCS = qmgrprxy.idl
+IDL_R_SRCS = qmgrprxy.idl
 
 EXTRA_OBJS = dlldata.o
 




More information about the wine-cvs mailing list