changeset 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 1806fd1acba4
children d3171647e661
files src/audio/baudio/SDL_beaudio.h src/audio/dmedia/SDL_irixaudio.h src/audio/sun/SDL_sunaudio.h src/audio/windib/SDL_dibaudio.h src/audio/windx5/SDL_dx5audio.h
diffstat 5 files changed, 19 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/src/audio/baudio/SDL_beaudio.h	Sat Oct 07 07:54:13 2006 +0000
+++ b/src/audio/baudio/SDL_beaudio.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_beaudio_h
+#define _SDL_beaudio_h
 
 #include "../SDL_sysaudio.h"
 
@@ -34,5 +34,6 @@
     BSoundPlayer *audio_obj;
 };
 
-#endif /* _SDL_lowaudio_h */
+#endif /* _SDL_beaudio_h */
+
 /* vi: set ts=4 sw=4 expandtab: */
--- 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: */
--- 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: */
--- a/src/audio/windib/SDL_dibaudio.h	Sat Oct 07 07:54:13 2006 +0000
+++ b/src/audio/windib/SDL_dibaudio.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_dibaudio_h
+#define _SDL_dibaudio_h
 
 #include "../SDL_sysaudio.h"
 
@@ -47,5 +47,6 @@
 #define wavebuf			(this->hidden->wavebuf)
 #define next_buffer		(this->hidden->next_buffer)
 
-#endif /* _SDL_lowaudio_h */
+#endif /* _SDL_dibaudio_h */
+
 /* vi: set ts=4 sw=4 expandtab: */
--- 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: */