1.1 --- a/src/audio/sun/SDL_sunaudio.h Sun Oct 01 16:10:41 2006 +0000
1.2 +++ b/src/audio/sun/SDL_sunaudio.h Tue Oct 17 09:15:21 2006 +0000
1.3 @@ -21,12 +21,12 @@
1.4 */
1.5 #include "SDL_config.h"
1.6
1.7 -#ifndef _SDL_lowaudio_h
1.8 -#define _SDL_lowaudio_h
1.9 +#ifndef _SDL_sunaudio_h
1.10 +#define _SDL_sunaudio_h
1.11
1.12 #include "../SDL_sysaudio.h"
1.13
1.14 -/* Hidden "this" pointer for the video functions */
1.15 +/* Hidden "this" pointer for the audio functions */
1.16 #define _THIS SDL_AudioDevice *this
1.17
1.18 struct SDL_PrivateAudioData
1.19 @@ -53,5 +53,6 @@
1.20 #define fragsize (this->hidden->fragsize)
1.21 #define frequency (this->hidden->frequency)
1.22
1.23 -#endif /* _SDL_lowaudio_h */
1.24 +#endif /* _SDL_sunaudio_h */
1.25 +
1.26 /* vi: set ts=4 sw=4 expandtab: */