Don't need primary lock. Fixes error in dsound tests in interactive
[wine] / dlls / winmm / tests /
2003-11-11  Robert ReifDon't flag failed opens of unsupported formats as an...
2003-11-11  Robert ReifFix a race condition where result could be read before...
2003-10-28  Robert ReifAdded support for getting the wave device name.
2003-09-11  Francois GougetModify ok("xxx") calls into ok("xxx\n") as is now expected.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-02  Robert ReifAdded more information to some of the failure messages.
2003-03-04  Robert ReifAdded waveIn tests.
2003-01-20  Francois GougetMake sure we always know about the 48 and 96kHz formats...
2003-01-03  Gerald Pfeifer#include <stdlib.h> instead of the non-standard <malloc.h>.
2003-01-02  Francois GougetAdd support for WINETEST_INTERACTIVE. If set then tests...
2002-12-16  Francois GougetAdd the capacity of playing a test tone using the ...
2002-12-15  Francois GougetIf given a bad device id waveOutGetDevCapsA is supposed...
2002-12-12  Francois GougetFix error reporting in wavemap.c:wodOpen(); this solves the
2002-12-10  Vincent BéronSuppress some signed/unsigned comparison warning.
2002-11-04  Francois GougetTest sound format support with waveOutGetDevCaps and...