- 19 Jul, 2017 1 commit
-
-
Michael Stefaniuc authored
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 10 Jan, 2014 1 commit
-
-
Michael Stefaniuc authored
include: There is no need to duplicate CLSID_DirectMusicAudioPathConfig as CLSID_DirectMusicAudioPath. CLSID_DirectMusicAudioPath is private to Wine and produces the confusion between the COM objects DirectMusicAudioPath and DirectMusicAudioPathConfig. But those are totally different things.
-
- 20 Jan, 2012 1 commit
-
-
Alexandre Julliard authored
-
- 10 Jan, 2009 2 commits
-
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
Fix also 192 printf format warnings produced by this change.
-
- 17 Sep, 2008 1 commit
-
-
Rob Shearman authored
-
- 30 May, 2007 1 commit
-
-
Alexandre Julliard authored
Confirmed by the original author and the major contributors.
-
- 07 Nov, 2006 1 commit
-
-
Francois Gouget authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 15 May, 2006 1 commit
-
-
Francois Gouget authored
-
- 26 Jul, 2005 1 commit
-
-
Alexandre Julliard authored
duplicate typedefs.
-
- 05 Oct, 2004 1 commit
-
-
Alexandre Julliard authored
the interfaces explicitly instead.
-
- 04 Oct, 2004 1 commit
-
-
Francois Gouget authored
-
- 12 Aug, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 25 Feb, 2004 1 commit
-
-
Rok Mandeljc authored
-
- 20 Jan, 2004 1 commit
-
-
Rok Mandeljc authored
- completely rewritten headers (DX9 compat.; look much nicer now ;=) - removed IDirectMusicSong and IDirectMusicMelodyFormulationTrack (which are removed from DX9; weren't implemented in DX8 anyway) - combined/simplified IDirectMusicSomething / IDirectMusicObject / IPersistStream for objects that support loading - implemented IDirectMusicObject on all such objects; via generic functions - combined IDirectMusicTrack(8)/IPersistStream on all tracks - fully implemented IDirectMusicContainer (at least 90% if there are no private interfaces) - implemented IDirectMusicCollection (99% work & MS compliant behaviour; except for instruments) - tried to implement IDirectMusicInstrument (unfortunately uses some dirty private interfaces... :( - added dswave.dll; DirectMusic Wave - some changes in style - many, many more ;)
-
- 28 Aug, 2003 1 commit
-
-
Dimitrie O. Paun authored
directives in our .h files. This should avoid some potentially nasty surprises for Winelib apps.
-
- 21 Jul, 2003 1 commit
-
-
Rok Mandeljc authored
-
- 11 Apr, 2003 1 commit
-
-
Alexandre Julliard authored
both an xxx_METHODS and an xxx_IMETHODS macro.
-
- 10 Apr, 2003 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
using Microsoft's STDMETHOD macros instead of the Wine-specific ICOM_METHOD ones.
-
- 08 Apr, 2003 1 commit
-
-
Rok Mandeljc authored
-