1.1 --- a/src/audio/windx5/SDL_dx5audio.c Sat Aug 24 17:15:45 2002 +0000
1.2 +++ b/src/audio/windx5/SDL_dx5audio.c Sat Aug 24 17:30:49 2002 +0000
1.3 @@ -416,6 +416,7 @@
1.4 }
1.5 }
1.6
1.7 +#ifdef USE_PRIMARY_BUFFER
1.8 /* This function tries to create a primary audio buffer, and returns the
1.9 number of audio chunks available in the created buffer.
1.10 */
1.11 @@ -489,6 +490,7 @@
1.12 }
1.13 return(numchunks);
1.14 }
1.15 +#endif /* USE_PRIMARY_BUFFER */
1.16
1.17 /* This function tries to create a secondary audio buffer, and returns the
1.18 number of audio chunks available in the created buffer.