dynapi: Fixed build on non-Android platforms.

Ryan C. Gordon 2020-02-18 01:44:07 -05:00
parent ad225047b6
commit 44698c4970
1 changed files with 2 additions and 0 deletions

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