Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
dynapi: Fixed build on non-Android platforms.
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+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 |