dynapi: Fixed build on non-Android platforms.

This commit is contained in:
Ryan C. Gordon 2020-02-18 01:44:07 -05:00
parent ad225047b6
commit 44698c4970

View file

@ -804,4 +804,6 @@ SDL_DYNAPI_PROC(void,SDL_OnApplicationDidBecomeActive,(void),(),)
#ifdef __IPHONEOS__
SDL_DYNAPI_PROC(void,SDL_OnApplicationDidChangeStatusBarOrientation,(void),(),)
#endif
#ifdef __ANDROID__
SDL_DYNAPI_PROC(int,SDL_GetAndroidSDKVersion,(void),(),return)
#endif