Module: wine Branch: master Commit: 3f0bd6526930c4410679a02ac9d19b94906dfed3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3f0bd6526930c4410679a02ac9...
Author: Michael Stefaniuc mstefani@redhat.de Date: Mon Jun 15 01:07:17 2015 +0200
dmband: Use the generic DirectMusicObject implementation for DMBand.
---
dlls/dmband/Makefile.in | 1 + dlls/dmband/band.c | 167 +++++++++------------------------------- dlls/dmband/dmobject.c | 185 +++++++++++++++++++++++++++++++++++++++++++++ dlls/dmband/dmobject.h | 55 ++++++++++++++ dlls/dmband/tests/dmband.c | 2 +- 5 files changed, 279 insertions(+), 131 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3f0bd6526930c4410679a0...