Module: wine Branch: master Commit: 7769b05858b27e1fbe3d469253bb2777bbdddbae URL: http://source.winehq.org/git/wine.git/?a=commit;h=7769b05858b27e1fbe3d469253...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Nov 24 17:29:27 2010 +0100
oleaut32: Convert dll registration to the new IRegistrar mechanism.
---
dlls/oleaut32/Makefile.in | 5 +- dlls/oleaut32/oleaut.c | 56 ++++ dlls/oleaut32/oleaut32.rgs | 110 +++++++ dlls/oleaut32/olepicture.c | 1 + dlls/oleaut32/regsvr.c | 556 --------------------------------- dlls/oleaut32/{version.rc => rsrc.rc} | 3 + 6 files changed, 172 insertions(+), 559 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7769b05858b27e1fbe3d46...