aboutsummaryrefslogtreecommitdiff
path: root/gameDetector.cpp
diff options
context:
space:
mode:
authorJames Brown2002-04-22 03:04:58 +0000
committerJames Brown2002-04-22 03:04:58 +0000
commitbf9c754faefd91cc4cfdcfc5aa1ba6b257d86925 (patch)
tree96a5f7fe5f61d38b56ee44fb049ad02da89cd0f1 /gameDetector.cpp
parentd9ce5c659cf9cb30b5fe0d1e65219d0b0d763080 (diff)
downloadscummvm-rg350-bf9c754faefd91cc4cfdcfc5aa1ba6b257d86925.tar.gz
scummvm-rg350-bf9c754faefd91cc4cfdcfc5aa1ba6b257d86925.tar.bz2
scummvm-rg350-bf9c754faefd91cc4cfdcfc5aa1ba6b257d86925.zip
Fix BEOS compilation.
svn-id: r4046
Diffstat (limited to 'gameDetector.cpp')
-rw-r--r--gameDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gameDetector.cpp b/gameDetector.cpp
index e8fa89bbef..2efa3031a3 100644
--- a/gameDetector.cpp
+++ b/gameDetector.cpp
@@ -449,7 +449,7 @@ MidiDriver *GameDetector::createMidi() {
#if defined(__MORPHOS__)
case MD_AMIDI: return MidiDriver_AMIDI_create();
#endif
-#if defined(UNIX) && !defined(BEOS)
+#if defined(UNIX) && !defined(__BEOS__)
case MD_SEQ: return MidiDriver_SEQ_create();
#endif
}