summaryrefslogtreecommitdiff
path: root/src/s_sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_sound.c')
-rw-r--r--src/s_sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_sound.c b/src/s_sound.c
index 8c311009..e367fafc 100644
--- a/src/s_sound.c
+++ b/src/s_sound.c
@@ -71,7 +71,7 @@
// Disable music on OSX by default; there are problems with SDL_mixer.
-#ifndef __MACOSX__
+#ifndef __APPLE__
#define DEFAULT_MUSIC_DEVICE SNDDEVICE_SB
#else
#define DEFAULT_MUSIC_DEVICE SNDDEVICE_NONE