msvcrt: Added basic _popen tests.
[wine] / dlls / dmusic / collection.c
2012-12-21  Christian Costadmusic: Use static variables for instrument header...
2012-12-20  Christian Costadmusic: Set instrument stream position where the instru...
2012-11-05  Christian Costadmusic: Remove unused variables.
2012-11-02  Christian Costadmusic: Display new ref in AddRef and Release.
2012-05-21  Christian Costadmusic: Simplify IPersistStream_Load by checking DLS...
2012-05-18  Christian Costadmusic: Cleanup IDirectMusicCollection_EnumInstrument.
2012-05-18  Christian Costadmusic: Cleanup IDirectMusicCollection_GetInstrument.
2012-05-18  Christian Costadmusic: Display new ref in trace for AddRef and Release...
2012-05-14  Christian Costadmusic: COM cleanup of DirectMusicCollection and get...
2012-05-09  Christian Costadmusic: Simplify ParseDescriptor by checking DLS header...
2012-05-08  Christian Costadmusic: COM cleanup of IDirectMusicInstrument and get...
2012-04-11  Christian Costadmusic: Replace debugstr_DMUS_OBJECTDESC by a specific...
2011-10-18  Marcus Meissnerdirectshow: Removed bad sizeof in copy/pasted code...
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2009-01-13  Michael Stefaniucdmusic: Remove superfluous pointer casts.
2008-04-02  Austin EnglishSpelling fixes.
2008-02-26  Andrew Talbotdmusic: Assign to structs instead of using memcpy.
2007-12-08  Andrew Talbotdmusic: Remove unneeded casts.
2007-05-30  Alexandre Julliarddmusic: Fix license headers that mistakenly use GPL...
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2006-11-09  Marcus Meissnerdmusic: Replaced && 0xfff... by & 0xff.
2006-10-12  Michael Stefaniucdmusic: Win64 printf format warning fixes.
2006-06-10  Alexandre Julliarddmusic: Make the virtual table functions static where...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-04-18  Peter Berg LarsenStrncpy elimination.
2005-01-26  James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-22  Francois GougetRemove unneeded NULL casts.
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
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-02-25  Rok MandeljcAdded name resolving for CLSIDs, IIDs, GUIDs and return...
2004-01-20  Rok Mandeljc- updated resources to DX9
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.