include: Remove 'l' modifier from numeric constants in mmsystem.h.
[wine] / dlls / winmm / waveform.c
2011-10-25  Michael Stefaniucinclude: Remove 'l' modifier from numeric constants...
2011-10-12  Andrew Eikumwinmm: Use buffer offset when recording.
2011-10-12  Andrew Eikumwinmm: Also track input device position.
2011-10-04  Andrew Eikumwinmm: Handle DRV_QUERYMAPPABLE in waveXxxMessage.
2011-09-30  Jörg Höhlewinmm: Mark headers WHDR_DONE at the last possible...
2011-09-26  Andrew Eikumdsound: Remove hardware acceleration support.
2011-09-26  Jörg Höhlewinmm: waveOutReset returns all buffers.
2011-09-26  Jörg Höhlewinmm: Separate WINMM_Pause and WINMM_Reset.
2011-09-26  Jörg Höhlewinmm: Fix sum of available samples.
2011-09-22  Michael Stefaniucwinmm: Remove casts to the type of the casted expression.
2011-08-05  Jörg Höhlewinmm: Remove redundant code.
2011-08-05  Jörg Höhlewinmm: Restore checking of callback flags.
2011-08-05  Jörg Höhlewinmm: Fix logic conditions.
2011-08-05  Jörg Höhlewinmm: Fix memory leak in msacm error path.
2011-08-05  Jörg Höhlewinmm: Assign to structs instead of using memcpy.
2011-08-05  Jörg Höhlewinmm: Replace one HeapAlloc with stack allocation.
2011-08-03  Jörg Höhlewinmm: Functions that take an open HWAVE don't need...
2011-08-02  Andrew Eikumwinmm: Fix looping handling.
2011-07-18  Andrew Eikumwinmm: Fix check for DCB_NULL callback type.
2011-07-18  Andrew Eikumwinmm: Perform Open and Close callbacks from client...
2011-07-18  Andrew Eikumwinmm: Close ACM stream when closing wave device.
2011-07-18  Francois Gougetwinmm: Remove an unused variable in WINMM_GetComponentT...
2011-07-15  Andrew Eikumwinmm: Implement mixer* on top of MMDevAPI.
2011-07-15  Andrew Eikumwinmm: Remove driver implementation of mixer*.
2011-07-14  Francois Gougetwinmm: Make WINMM_DRVMessage() static.
2011-07-14  Andrew Eikumwinmm: Implement waveIn* on top of MMDevAPI.
2011-07-14  Andrew Eikumwinmm: Remove driver implementation of waveIn*.
2011-07-14  Andrew Eikumwinmm: Support WAVE_MAPPED flag in waveOut*.
2011-07-12  Andrew Eikumwinmm: Implement waveOut* on top of MMDevAPI.
2011-07-12  Andrew Eikumwinmm: Remove driver implementation of waveOut*.
2011-06-29  Andrew Eikumwinmm: Pull wave and mixer functions into their own...