Mercurial > sdl-ios-xcode
diff src/audio/windx5/SDL_dx5audio.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 | 6b04ca2f1016 |
line wrap: on
line diff
--- a/src/audio/windx5/SDL_dx5audio.h Sat Oct 07 07:54:13 2006 +0000 +++ b/src/audio/windx5/SDL_dx5audio.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_dx5audio_h +#define _SDL_dx5audio_h #include "directx.h" @@ -53,6 +53,6 @@ #define locked_buf (this->hidden->locked_buf) #define audio_event (this->hidden->audio_event) -#endif /* _SDL_lowaudio_h */ +#endif /* _SDL_dx5audio_h */ /* vi: set ts=4 sw=4 expandtab: */