Module: wine Branch: master Commit: aece1f733fc9983d882ea987d54543f04097b929 URL: http://source.winehq.org/git/wine.git/?a=commit;h=aece1f733fc9983d882ea987d5...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Dec 2 13:39:31 2010 +0100
objsel: Convert dll registration to the IRegistrar mechanism.
---
dlls/objsel/Makefile.in | 5 +- dlls/objsel/objsel.c | 19 ++ dlls/objsel/objsel_classes.idl | 25 ++ dlls/objsel/regsvr.c | 508 ---------------------------------------- include/objsel.h | 4 +- 5 files changed, 49 insertions(+), 512 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=aece1f733fc9983d882ea9...