Module: wine Branch: master Commit: 71b28e2e1c80fa9a12e98179ed36ba77a8cb234e URL: http://source.winehq.org/git/wine.git/?a=commit;h=71b28e2e1c80fa9a12e98179ed...
Author: Michael Stefaniuc mstefani@redhat.de Date: Tue Apr 28 00:15:18 2015 +0200
dmscript: Use the generic DirectMusicObject implementation for DMScript.
---
dlls/dmscript/Makefile.in | 1 + dlls/dmscript/dmobject.c | 185 +++++++++++++++++++++++++++++++++++++++ dlls/dmscript/dmobject.h | 55 ++++++++++++ dlls/dmscript/dmscript_private.h | 9 -- dlls/dmscript/script.c | 154 ++++++++------------------------ 5 files changed, 278 insertions(+), 126 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=71b28e2e1c80fa9a12e981...