mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-12 23:04:40 +02:00
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_ANDROID
This commit is contained in:
@@ -245,7 +245,7 @@ static int GLES2_LoadFunctions(GLES2_RenderData *data)
|
||||
{
|
||||
#if SDL_VIDEO_DRIVER_UIKIT
|
||||
#define __SDL_NOGETPROCADDR__
|
||||
#elif SDL_VIDEO_DRIVER_ANDROID
|
||||
#elif defined(SDL_VIDEO_DRIVER_ANDROID)
|
||||
#define __SDL_NOGETPROCADDR__
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user