mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-10 15:44:23 +00:00
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_DISK
This commit is contained in:
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user