Skip to content

Commit

Permalink
PSP: Deactivated dynamic API.
Browse files Browse the repository at this point in the history
Thanks to Bugzilla #3240 for pointing this out.
  • Loading branch information
philippwiesemann committed Feb 13, 2016
1 parent 570215b commit 37a5416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dynapi/SDL_dynapi.h
Expand Up @@ -47,6 +47,8 @@
#define SDL_DYNAMIC_API 0
#elif SDL_BUILDING_WINRT /* probaly not useful on WinRT, given current .dll loading restrictions */
#define SDL_DYNAMIC_API 0
#elif __PSP__
#define SDL_DYNAMIC_API 0
#elif defined(__clang_analyzer__)
#define SDL_DYNAMIC_API 0 /* Turn off for static analysis, so reports are more clear. */
#endif
Expand Down

0 comments on commit 37a5416

Please sign in to comment.