Module: wine Branch: master Commit: 7e8634448e1a40e4a4e2d167e1224b686b524a16 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7e8634448e1a40e4a4e2d167e1...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Dec 1 14:50:13 2010 +0100
inetcomm: Convert dll registration to the IRegistrar mechanism.
---
dlls/inetcomm/Makefile.in | 3 +- dlls/inetcomm/inetcomm.idl | 124 ++++++++++ dlls/inetcomm/inetcomm_main.c | 22 ++ dlls/inetcomm/regsvr.c | 512 ----------------------------------------- 4 files changed, 148 insertions(+), 513 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7e8634448e1a40e4a4e2d1...