dmime: Accept IDirectMusicPerformance2 in QueryInterface.
[wine] / dlls / dmime / performance.c
2006-07-26  Samuel Lidén Borelldmime: Accept IDirectMusicPerformance2 in QueryInterface.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-28  Raphael JunqueiraPartial implementation of IDirectMusicPerformance8Impl_...
2005-06-21  Mike McCormack- use interfaces rather than internal functions
2005-06-20  Mike McCormackMake functions static.
2005-05-30  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-02-02  James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-01-11  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-11  Christian CostaWait until the thread has created its message queue...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-07-04  Alexandre JulliardFixed a warning.
2004-05-27  Raphael Junqueira- don't use a stupid "while (1);" thread when DMPerform...
2004-05-11  Raphael Junqueira- Typo fix in dmusicf.h.
2004-05-10  Raphael Junqueira- Release DSBuffer on AudioPath destruction.
2004-05-06  Raphael Junqueira- PMsg processing thread (currently only Notifications...
2004-05-05  Raphael Junqueira- fix cRef Leak (init to 1, should be 0) of IDMPerformance
2004-05-05  Raphael Junqueira- fix DirectSound Creation by dmusic (fix recent Unreal...
2004-03-07  Raphael JunqueiraFix one ugly bug (horrible cast) into dmusic code to...
2004-02-25  Rok MandeljcAdded name resolving for CLSIDs, IIDs, GUIDs and return...
2004-01-20  Rok Mandeljc- updated resources to DX9
2003-10-27  Raphael Junqueira- Some fixes on DirectSound init (need SetCooperativeLe...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-22  Rok Mandeljc- implemented loader, loader's stream and loading of...
2003-07-21  Rok MandeljcSplit the dmusic interfaces.