Module: wine Branch: master Commit: c6f91df4b7f216cbb30e114ad9620336d72c815b URL: http://source.winehq.org/git/wine.git/?a=commit;h=c6f91df4b7f216cbb30e114ad9...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Dec 7 12:52:05 2010 +0100
dplayx: Convert dll registration to the IRegistrar mechanism.
---
dlls/dplayx/Makefile.in | 5 +- dlls/dplayx/dplayx.idl | 33 +++ dlls/dplayx/dplayx_main.c | 21 ++ dlls/dplayx/regsvr.c | 494 --------------------------------------------- 4 files changed, 57 insertions(+), 496 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c6f91df4b7f216cbb30e11...