aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
authorMax Horn2002-08-18 16:10:38 +0000
committerMax Horn2002-08-18 16:10:38 +0000
commit89cf95ce34fc5c9ae613f0f581cacea8d369fce3 (patch)
treed1c389a1fbba015a59aae8f26d25d3309922018f /sound/mixer.h
parent3de0e42d7cf5066e58432156cde146bce5630549 (diff)
downloadscummvm-rg350-89cf95ce34fc5c9ae613f0f581cacea8d369fce3.tar.gz
scummvm-rg350-89cf95ce34fc5c9ae613f0f581cacea8d369fce3.tar.bz2
scummvm-rg350-89cf95ce34fc5c9ae613f0f581cacea8d369fce3.zip
pedantic #define rename :-)
svn-id: r4755
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 9e4d068d1d..3ffb9ceb81 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef _mixer_h_included
-#define _mixer_h_included
+#ifndef MIXER_H
+#define MIXER_H
#ifdef COMPRESSED_SOUND_FILE
#include <mad.h>
@@ -206,4 +206,4 @@ struct MP3OffsetTable { /* Compressed Sound (.SO3) */
int compressed_size;
};
-#endif /* _mixer_h_included */
+#endif