Browse Source

dynapi: Fixed build on non-Android platforms.

Ryan C. Gordon 5 years ago
parent
commit
44698c4970
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/dynapi/SDL_dynapi_procs.h

+ 2 - 0
src/dynapi/SDL_dynapi_procs.h

@@ -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