diff src/audio/windib/SDL_dibaudio.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 3479f939987c
line wrap: on
line diff
--- 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: */