Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_DISK

This commit is contained in:
Anonymous Maarten
2023-03-27 19:06:15 +02:00
parent 02d91a6535
commit e56984304a

View File

@@ -20,7 +20,7 @@
*/
#include "SDL_internal.h"
#if SDL_AUDIO_DRIVER_DISK
#ifdef SDL_AUDIO_DRIVER_DISK
/* Output raw audio data to a file. */