mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 03:56:20 +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
|
#ifndef MIXER_H
|
||||||
#define _mixer_h_included
|
#define MIXER_H
|
||||||
|
|
||||||
#ifdef COMPRESSED_SOUND_FILE
|
#ifdef COMPRESSED_SOUND_FILE
|
||||||
#include <mad.h>
|
#include <mad.h>
|
||||||
@ -206,4 +206,4 @@ struct MP3OffsetTable { /* Compressed Sound (.SO3) */
|
|||||||
int compressed_size;
|
int compressed_size;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* _mixer_h_included */
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user