Mercurial > sdl-ios-xcode
diff src/audio/dmedia/SDL_irixaudio.h @ 3828:efdfe292bd88 SDL-ryan-multiple-audio-device
Fixed duplicate include-once blockers.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 07 Oct 2006 07:56:28 +0000 |
parents | 1f156fd874fa |
children |
line wrap: on
line diff
--- a/src/audio/dmedia/SDL_irixaudio.h Sat Oct 07 07:54:13 2006 +0000 +++ b/src/audio/dmedia/SDL_irixaudio.h Sat Oct 07 07:56:28 2006 +0000 @@ -21,8 +21,8 @@ */ #include "SDL_config.h" -#ifndef _SDL_lowaudio_h -#define _SDL_lowaudio_h +#ifndef _SDL_irixaudio_h +#define _SDL_irixaudio_h #include <dmedia/audio.h> @@ -37,5 +37,6 @@ Uint8 *mixbuf; /* The app mixing buffer */ }; -#endif /* _SDL_lowaudio_h */ +#endif /* _SDL_irixaudio_h */ + /* vi: set ts=4 sw=4 expandtab: */