Commit ebd55d98 authored by Jörg Höhle's avatar Jörg Höhle Committed by Alexandre Julliard

winmm: The MIDI MAPPER is not available with MIDI IN.

parent 96ca7087
...@@ -59,7 +59,7 @@ static LPWINE_MLD MM_MLDrvs[40]; ...@@ -59,7 +59,7 @@ static LPWINE_MLD MM_MLDrvs[40];
static WINE_LLTYPE llTypes[MMDRV_MAX] = { static WINE_LLTYPE llTypes[MMDRV_MAX] = {
A(TRUE, Aux), A(TRUE, Aux),
A(FALSE, Mixer), A(FALSE, Mixer),
A(TRUE, MidiIn), A(FALSE, MidiIn),
A(TRUE, MidiOut), A(TRUE, MidiOut),
A(TRUE, WaveIn), A(TRUE, WaveIn),
A(TRUE, WaveOut), A(TRUE, WaveOut),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment