re-enabled WinMM MIDI

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1587 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-08 09:57:37 +00:00
parent 947ff586ad
commit 2ccbbae6ee
2 changed files with 11 additions and 3 deletions

View File

@@ -1120,7 +1120,6 @@ midiClient * mixer::tryMidiClients( void )
}
#endif
#if 0
#ifdef LMMS_BUILD_WIN32
if( client_name == midiWinMM::name() || client_name == "" )
{
@@ -1133,7 +1132,7 @@ midiClient * mixer::tryMidiClients( void )
delete mwmm;
}
#endif
#endif
printf( "Couldn't create MIDI-client, neither with ALSA nor with "
"OSS. Will use dummy-MIDI-client.\n" );