aboutsummaryrefslogtreecommitdiff
path: root/audio/mods/tfmx.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-10-28 12:32:14 +0200
committerJohannes Schickel2011-10-28 12:32:14 +0200
commit38aa82a4f502fd913a402c9183364ebfa4f85cce (patch)
tree343e4b59113d95dd6cb86b8560531c61b7c1e477 /audio/mods/tfmx.h
parent3ddb6c0c903f478b91a8965d3433a9f79ce16ba7 (diff)
downloadscummvm-rg350-38aa82a4f502fd913a402c9183364ebfa4f85cce.tar.gz
scummvm-rg350-38aa82a4f502fd913a402c9183364ebfa4f85cce.tar.bz2
scummvm-rg350-38aa82a4f502fd913a402c9183364ebfa4f85cce.zip
AUDIO: Fix conditional compilation of maxtrax and tfmx code.
This is a regression from 3ddb6c0c903f478b91a8965d3433a9f79ce16ba7.
Diffstat (limited to 'audio/mods/tfmx.h')
-rw-r--r--audio/mods/tfmx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mods/tfmx.h b/audio/mods/tfmx.h
index 26099f969d..4174fbfb27 100644
--- a/audio/mods/tfmx.h
+++ b/audio/mods/tfmx.h
@@ -24,7 +24,7 @@
#if !defined(ENABLE_SCUMM)
// normal Header Guard
-#elif !defined(SOUND_MODS_TFMX_H)
+#elif !defined(AUDIO_MODS_TFMX_H)
#define AUDIO_MODS_TFMX_H
#include "audio/mods/paula.h"
@@ -278,4 +278,4 @@ private:
} // End of namespace Audio
-#endif // !defined(SOUND_MODS_TFMX_H)
+#endif // !defined(AUDIO_MODS_TFMX_H)