Changed faulty #elif into #else
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@841
This commit is contained in:
parent
c7f8376088
commit
f83ff4ea6e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ MidiHandler Midi_none;
|
|||
|
||||
#include "midi_win32.h"
|
||||
|
||||
#elif
|
||||
#else
|
||||
|
||||
#include "midi_oss.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue