- 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
-
- 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
-
- 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.
-
- 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
-