Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_DUMMY

This commit is contained in:
Anonymous Maarten 2023-03-27 19:06:57 +02:00
parent e56984304a
commit 4a28734f2f
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ static const AudioBootStrap *const bootstrap[] = {
#if SDL_AUDIO_DRIVER_DISK
&DISKAUDIO_bootstrap,
#endif
#if SDL_AUDIO_DRIVER_DUMMY
#ifdef SDL_AUDIO_DRIVER_DUMMY
&DUMMYAUDIO_bootstrap,
#endif
NULL