aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.cpp
diff options
context:
space:
mode:
authorJames Brown2002-04-21 06:04:15 +0000
committerJames Brown2002-04-21 06:04:15 +0000
commita42fc116cf1ea073aff6426a4c9bf3bb0da502b3 (patch)
tree1e31145bb0ab1d907d9afc89a2eceb191053e789 /sound/mididrv.cpp
parent752d05034bf697cde65fe0226ae42dcf171d4fb3 (diff)
downloadscummvm-rg350-a42fc116cf1ea073aff6426a4c9bf3bb0da502b3.tar.gz
scummvm-rg350-a42fc116cf1ea073aff6426a4c9bf3bb0da502b3.tar.bz2
scummvm-rg350-a42fc116cf1ea073aff6426a4c9bf3bb0da502b3.zip
BEOS midi compile fix. Take 1.
svn-id: r4031
Diffstat (limited to 'sound/mididrv.cpp')
-rw-r--r--sound/mididrv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index 841eceedcd..83ab87bdba 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -347,7 +347,7 @@ MidiDriver *MidiDriver_AMIDI_create() {
#endif // __MORPHOS__
-#if defined(UNIX)
+#if defined(UNIX) && !defined(BEOS)
#define SEQ_MIDIPUTC 5
#define SPECIAL_CHANNEL 9
#define DEVICE_NUM 1