mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-12 11:41:33 +02: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