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

This commit is contained in:
Jörg Höhle 2010-01-29 22:17:58 +01:00 committed by Alexandre Julliard
parent 96ca708706
commit ebd55d9890
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ static LPWINE_MLD MM_MLDrvs[40];
static WINE_LLTYPE llTypes[MMDRV_MAX] = {
A(TRUE, Aux),
A(FALSE, Mixer),
A(TRUE, MidiIn),
A(FALSE, MidiIn),
A(TRUE, MidiOut),
A(TRUE, WaveIn),
A(TRUE, WaveOut),