Module: wine Branch: master Commit: 02ed47fa3c69b399dc6360379ffe93390358f447 URL: http://source.winehq.org/git/wine.git/?a=commit;h=02ed47fa3c69b399dc6360379f...
Author: Michael Stefaniuc mstefani@redhat.de Date: Thu Jun 12 11:10:24 2014 +0200
dmusic: Move the common parts of DMObject to a generic implementation.
---
dlls/dmusic/Makefile.in | 1 + dlls/dmusic/collection.c | 151 +++++++----------------------------------- dlls/dmusic/dmobject.c | 144 ++++++++++++++++++++++++++++++++++++++++ dlls/dmusic/dmobject.h | 44 ++++++++++++ dlls/dmusic/dmusic_private.h | 7 -- 5 files changed, 214 insertions(+), 133 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=02ed47fa3c69b399dc6360...