mciavi: Support the MCI_TEST flag.
commit14c9f6a3cbb4139cc3109d3db933e56bae20358e
authorJörg Höhle <hoehle@users.sourceforge.net>
Sat, 28 Nov 2009 14:50:41 +0000 (28 15:50 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 12 Feb 2010 14:52:26 +0000 (12 15:52 +0100)
tree8225b57b03f0fe1675946af99fa46ef440bc7a12
parent3e5c704e7a44328e9243e786bd6e37c17e790fa4
mciavi: Support the MCI_TEST flag.

Some apps send each command twice: first with MCI_TEST, then without.

Actually, support is more complex: MCI_TEST acts per flag, not for
the whole command, e.g. "status audio source test" fails
while "status audio stream test" is supported.
dlls/mciavi32/info.c
dlls/mciavi32/mciavi.c
dlls/mciavi32/wnd.c