diff options
author | Max Horn | 2002-08-18 16:10:38 +0000 |
---|---|---|
committer | Max Horn | 2002-08-18 16:10:38 +0000 |
commit | 89cf95ce34fc5c9ae613f0f581cacea8d369fce3 (patch) | |
tree | d1c389a1fbba015a59aae8f26d25d3309922018f /sound | |
parent | 3de0e42d7cf5066e58432156cde146bce5630549 (diff) | |
download | scummvm-rg350-89cf95ce34fc5c9ae613f0f581cacea8d369fce3.tar.gz scummvm-rg350-89cf95ce34fc5c9ae613f0f581cacea8d369fce3.tar.bz2 scummvm-rg350-89cf95ce34fc5c9ae613f0f581cacea8d369fce3.zip |
pedantic #define rename :-)
svn-id: r4755
Diffstat (limited to 'sound')
-rw-r--r-- | sound/mixer.h | 6 |
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 |