Module: wine Branch: master Commit: 1e178be8620eab61438542d4b9d8e1d09eba1ff1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1e178be8620eab61438542d4b9...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 7 17:50:28 2007 +0200
winmm: Get rid of the WINE_MM_IDATA global structure, there's only one instance anyway.
---
dlls/winmm/mci.c | 65 +++++++++++++++++++++++------------------------ dlls/winmm/mmio.c | 22 +++++++++------- dlls/winmm/mmsystem.c | 2 - dlls/winmm/playsound.c | 47 ++++++++++++++++++++++------------ dlls/winmm/time.c | 31 +++++++++++++++------- dlls/winmm/winemm.h | 45 +++------------------------------ dlls/winmm/winmm.c | 35 ++++++++++++++------------ 7 files changed, 118 insertions(+), 129 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1e178be8620eab61438542...