Sweden-Number/dlls/winmm/tests
Dmitry Timoshkov 7639ea3184 winmm: Buffer size must be at least MMIO_DEFAULTBUFFER (8192) bytes.
mmioOpen() with the length of buffer set to 0 expects the buffer to be at least
MMIO_DEFAULTBUFFER (8192) bytes in size, and using buffer of smaller size can
lead to various problems when the buffer actually gets used.
2010-01-18 14:15:43 +01:00
..
Makefile.in
capture.c winmm/tests: Fix handle casting warnings on 64-bit. 2009-01-03 20:15:25 +01:00
mci.c winmm: Don't stop parsing after MCI's alias keyword. 2009-11-23 13:09:53 +01:00
mixer.c winmm/tests: Fix a test on win98. 2009-04-09 11:19:15 +02:00
mmio.c winmm: Buffer size must be at least MMIO_DEFAULTBUFFER (8192) bytes. 2010-01-18 14:15:43 +01:00
timer.c
wave.c winmm/tests: Don't complain for Wine drivers that allow multiple wave-out opens. 2009-10-16 13:36:41 +02:00
winmm_test.h