Module: wine Branch: master Commit: dda5d9383415d6f640a2e976a5fa80f75e876935 URL: http://source.winehq.org/git/wine.git/?a=commit;h=dda5d9383415d6f640a2e976a5...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Dec 2 14:05:33 2010 +0100
oledb32: Convert dll registration to the IRegistrar mechanism.
---
dlls/oledb32/Makefile.in | 5 +- dlls/oledb32/main.c | 20 ++ dlls/oledb32/oledb32_classes.idl | 32 +++ dlls/oledb32/regsvr.c | 560 -------------------------------------- 4 files changed, 55 insertions(+), 562 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=dda5d9383415d6f640a2e9...