Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_ANDROID

This commit is contained in:
Anonymous Maarten
2023-03-27 14:46:08 +02:00
parent 7f68915681
commit 915d3159cf
20 changed files with 28 additions and 28 deletions

View File

@@ -36,7 +36,7 @@ static int LoadContext(GL_Context *data)
{
#if SDL_VIDEO_DRIVER_UIKIT
#define __SDL_NOGETPROCADDR__
#elif SDL_VIDEO_DRIVER_ANDROID
#elif defined(SDL_VIDEO_DRIVER_ANDROID)
#define __SDL_NOGETPROCADDR__
#endif