--- a/src/audio/windx5/SDL_dx5audio.c Sat Aug 24 17:15:45 2002 +0000
+++ b/src/audio/windx5/SDL_dx5audio.c Sat Aug 24 17:30:49 2002 +0000
@@ -416,6 +416,7 @@
}
}
+#ifdef USE_PRIMARY_BUFFER
/* This function tries to create a primary audio buffer, and returns the
number of audio chunks available in the created buffer.
*/
@@ -489,6 +490,7 @@
}
return(numchunks);
}
+#endif /* USE_PRIMARY_BUFFER */
/* This function tries to create a secondary audio buffer, and returns the
number of audio chunks available in the created buffer.