comparison src/audio/windx5/SDL_dx5audio.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c71e05b4dc2e
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
22 22
23 /* Allow access to a raw mixing buffer */ 23 /* Allow access to a raw mixing buffer */
24 24
25 #include "SDL_timer.h" 25 #include "SDL_timer.h"
26 #include "SDL_audio.h" 26 #include "SDL_audio.h"
27 #include "SDL_audio_c.h" 27 #include "../SDL_audio_c.h"
28 #include "SDL_dx5audio.h" 28 #include "SDL_dx5audio.h"
29 29
30 /* Define this if you want to use DirectX 6 DirectSoundNotify interface */ 30 /* Define this if you want to use DirectX 6 DirectSoundNotify interface */
31 //#define USE_POSITION_NOTIFY 31 //#define USE_POSITION_NOTIFY
32 32