mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 01:45:45 +00:00
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_DISK
This commit is contained in:
parent
02d91a6535
commit
e56984304a
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue