pedantic #define rename :-)

svn-id: r4755
This commit is contained in:
Max Horn 2002-08-18 16:10:38 +00:00
parent 3de0e42d7c
commit 89cf95ce34

View File

@ -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