mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
pedantic #define rename :-)
svn-id: r4755
This commit is contained in:
parent
3de0e42d7c
commit
89cf95ce34
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user