comparison 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
comparison
equal deleted inserted replaced
3827:1806fd1acba4 3828:efdfe292bd88
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #ifndef _SDL_lowaudio_h 24 #ifndef _SDL_dx5audio_h
25 #define _SDL_lowaudio_h 25 #define _SDL_dx5audio_h
26 26
27 #include "directx.h" 27 #include "directx.h"
28 28
29 #include "../SDL_sysaudio.h" 29 #include "../SDL_sysaudio.h"
30 30
51 #define silence (this->hidden->silence) 51 #define silence (this->hidden->silence)
52 #define lastchunk (this->hidden->lastchunk) 52 #define lastchunk (this->hidden->lastchunk)
53 #define locked_buf (this->hidden->locked_buf) 53 #define locked_buf (this->hidden->locked_buf)
54 #define audio_event (this->hidden->audio_event) 54 #define audio_event (this->hidden->audio_event)
55 55
56 #endif /* _SDL_lowaudio_h */ 56 #endif /* _SDL_dx5audio_h */
57 57
58 /* vi: set ts=4 sw=4 expandtab: */ 58 /* vi: set ts=4 sw=4 expandtab: */