Skip to content

Commit

Permalink
dynapi: Fixed build on non-Android platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 18, 2020
1 parent ad22504 commit 44698c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dynapi/SDL_dynapi_procs.h
Expand Up @@ -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

0 comments on commit 44698c4

Please sign in to comment.