aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMax Horn2010-07-20 08:24:34 +0000
committerMax Horn2010-07-20 08:24:34 +0000
commit211fcfe7bab49ceeb5e81f4dcb1be7e73c58d7c9 (patch)
tree35455d260e4631eb54100972704e5de6a38c3064 /backends
parent961079ae195c200020b577d8f7f6a87f2eaac03f (diff)
downloadscummvm-rg350-211fcfe7bab49ceeb5e81f4dcb1be7e73c58d7c9.tar.gz
scummvm-rg350-211fcfe7bab49ceeb5e81f4dcb1be7e73c58d7c9.tar.bz2
scummvm-rg350-211fcfe7bab49ceeb5e81f4dcb1be7e73c58d7c9.zip
MIDI: Build and use ALSA driver if and only if USE_ALSA is defined
svn-id: r51053
Diffstat (limited to 'backends')
-rw-r--r--backends/midi/alsa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi/alsa.cpp b/backends/midi/alsa.cpp
index 076655bfed..a895ef8b80 100644
--- a/backends/midi/alsa.cpp
+++ b/backends/midi/alsa.cpp
@@ -24,7 +24,7 @@
#include "common/scummsys.h"
-#if defined(UNIX) && defined(USE_ALSA)
+#if defined(USE_ALSA)
#include "common/config-manager.h"
#include "common/util.h"