msvcr80: Add some 64-bit only exports.
[wine] / dlls / dmusic / port.c
2013-04-18  Francois Gougetdmusic: Make DMUSIC_CreateDirectMusicDownloadedInstrume...
2013-01-16  Andrew Talbotdmusic: Avoid signed-unsigned integer comparisons.
2012-12-24  Christian Costadmusic: Implement SynthPortImpl_IDirectMusicPort_Downlo...
2012-12-24  Christian Costadmusic: Move IDirectMusicDownloadedInstrument to port...
2012-09-21  Christian Costadmusic: Rename params in SynthPortImpl_IDirectMusicPort...
2012-09-20  Christian Costadmusic: Rename params of SynthPortImpl_IDirectMusicPort...
2012-09-20  Christian Costadmusic: Add comments to Synth port vtables.
2012-09-20  Christian Costadmusic: Implement SynthPortImpl_IDirectMusicPort_PlayBu...
2012-09-20  Christian Costadmusic: Setup and free all DirectMusicSynth objects...
2012-09-19  Christian Costadmusic: Rename params in DMUSIC_CreateSynthPortImpl.
2012-09-19  Christian Costadmusic: Rename IDirectMusicPortImpl object to SynthPort...
2012-09-19  Christian Costadmusic: Rename CreateSynthPortImpl to CreateSynthPortIm...
2012-09-18  Christian Costadmusic: Display new ref in AddRef and Release methods.
2012-09-17  Christian Costadmusic: Create the list of available system ports at...
2012-05-18  Christian Costadmusic: COM cleanup of DirectMusicPort object.
2012-04-24  Alexandre Julliarddmusic: Internal functions don't need to be WINAPI.
2012-03-30  Christian Costadmusic: Don't use method implementation directly. Pass...
2010-07-28  Austin Englishdmusic: use a previously unused variable.
2010-05-28  Austin Englishdmusic: Use if(0) instead of #if 0 to make sure code...
2008-12-22  Christian Costadmusic: Improve IDirectMusicPortDownloadImpl_GetBuffer...
2008-12-22  Christian Costadmusic: Fix IDirectMusicPortImpl_QueryInterface.
2008-12-22  Christian Costadmusic: Improve IDirectMusicPortImpl_DownloadInstrument...
2008-12-20  Christian Costadmusic: Move IDirectMusicThru and IDirectMusicPortDownl...
2008-12-01  Alexandre Julliarddmusic: Remove some unused functions.
2008-11-03  Michael Stefaniucdmusic: Do not cast NULL.
2008-02-26  Andrew Talbotdmusic: Assign to structs instead of using memcpy.
2007-05-30  Alexandre Julliarddmusic: Fix license headers that mistakenly use GPL...
2007-01-03  Robert Reifdmusic: Implement just enough of IDirectMusicPortImpl_G...
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-11-29  Raphael JunqueiraFix implementation of IDirectMusic8Impl_CreatePort.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-01-26  James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
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-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.