Mercurial > sdl-ios-xcode
diff src/audio/sun/SDL_sunaudio.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 | 9dc81c6acaf5 |
children |
line wrap: on
line diff
--- a/src/audio/sun/SDL_sunaudio.h Sat Oct 07 07:54:13 2006 +0000 +++ b/src/audio/sun/SDL_sunaudio.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_sunaudio_h +#define _SDL_sunaudio_h #include "../SDL_sysaudio.h" @@ -53,5 +53,6 @@ #define fragsize (this->hidden->fragsize) #define frequency (this->hidden->frequency) -#endif /* _SDL_lowaudio_h */ +#endif /* _SDL_sunaudio_h */ + /* vi: set ts=4 sw=4 expandtab: */