Module: wine Branch: master Commit: 7ef29c5d2e51edab315ffdf007fbeb3cb3793116 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7ef29c5d2e51edab315ffdf007...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Dec 3 14:06:16 2010 +0100
dswave: Convert dll registration to the IRegistrar mechanism.
---
dlls/dswave/Makefile.in | 5 +- dlls/dswave/dswave.idl | 28 +++ dlls/dswave/dswave_main.c | 19 ++ dlls/dswave/regsvr.c | 467 --------------------------------------------- 4 files changed, 50 insertions(+), 469 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7ef29c5d2e51edab315ffd...