include: Remove 'l' modifier from numeric constants in mmsystem.h.
[wine] / dlls / winmm / tests / capture.c
2011-10-25  Michael Stefaniucinclude: Remove 'l' modifier from numeric constants...
2011-10-12  Andrew Eikumwinmm: Also track input device position.
2011-06-29  Andrew Eikumwinmm/tests: Remove uninteresting tests.
2010-09-22  Alexandre Julliardwinmm/tests: Fix some tests that fail on Windows with...
2010-04-26  Gerald Pfeiferwinmm: Remove variables duration and samples which...
2009-01-03  Alexandre Julliardwinmm/tests: Fix handle casting warnings on 64-bit.
2008-11-07  Paul Vrienswinmm/tests: Fix a test failure on Vista and W2K8.
2008-05-26  Dan Kegelwinmm: Use HeapAlloc in the capture test instead of...
2007-06-26  Michael Stefaniucwinmm: Replace malloc with HeapAlloc.
2007-01-12  Francois Gougetwinmm/tests: Replace some '#if 0's with 'if (0)'s.
2006-11-13  Michael Stefaniucwinmm/tests: Win64 printf format warning fixes.
2006-06-13  Alexandre Julliardwinmm/tests: Don't use sizeof in ok() to avoid printf...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-04-11  Robert ReifChanged regression test to make sure position is correc...
2004-11-03  Robert ReifDon't consider a MMSYSERR_NOTSUPPORTED failure a test...
2004-10-25  Robert ReifDon't consider no driver a test failure.
2004-10-18  Robert ReifDon't consider MMSYSERR_NOTSUPPORTED an error for wide...
2004-08-31  Francois GougetDon't include 'mmddk.h', it's not needed. The winmm...
2004-08-30  Robert ReifTest 32 bit float samples.
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-19  Robert ReifAdded 32 bit sample size tests and 4 and 6 channel...
2004-08-02  Francois GougetPlay back what has been recorded when in interactive...
2004-07-23  Robert ReifTest waveInGetDevCapsW.
2004-06-14  Robert ReifRemoved 11 bit sample size capture test because at...
2004-06-04  Robert ReifTreat WAVE_MAPPER as a real device and performs all...
2004-06-01  Robert ReifAdded another possible windows failure mode.
2004-05-27  Robert ReifAdded WAVE_MAPPED flag test.
2004-05-21  Robert ReifFixed a bug I introduced in waveInGetDevCapsA(WAVE_MAPP...
2004-05-20  Francois GougetSplit off the winmm capture test.