aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/seq.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-03-04 01:32:04 +0000
committerEugene Sandulenko2006-03-04 01:32:04 +0000
commit233c2a42f91b227163e8f96291964116bc64a762 (patch)
tree34d337c65b1cd32d0edcc46934ae2f707d6967e6 /backends/midi/seq.cpp
parentbd7d05dae60578c68183fa591974f010a578b2b3 (diff)
downloadscummvm-rg350-233c2a42f91b227163e8f96291964116bc64a762.tar.gz
scummvm-rg350-233c2a42f91b227163e8f96291964116bc64a762.tar.bz2
scummvm-rg350-233c2a42f91b227163e8f96291964116bc64a762.zip
WIP of maemo port
svn-id: r21055
Diffstat (limited to 'backends/midi/seq.cpp')
-rw-r--r--backends/midi/seq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi/seq.cpp b/backends/midi/seq.cpp
index 1d77646392..8052344879 100644
--- a/backends/midi/seq.cpp
+++ b/backends/midi/seq.cpp
@@ -26,7 +26,7 @@
* both the QuickTime support and (vkeybd http://www.alsa-project.org/~iwai/alsa.html)
*/
-#if defined(UNIX) && !defined(__BEOS__)
+#if defined(UNIX) && !defined(__BEOS__) && !defined(__MAEMO__)
#include "common/stdafx.h"
#include "sound/mpu401.h"