Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SDL_dynapi.h: disable dynapi for os/2.
  • Loading branch information
slouken committed Aug 21, 2017
1 parent b821ded commit f6ad070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dynapi/SDL_dynapi.h
Expand Up @@ -55,6 +55,8 @@
#define SDL_DYNAMIC_API 0
#elif defined(__clang_analyzer__)
#define SDL_DYNAMIC_API 0 /* Turn off for static analysis, so reports are more clear. */
#elif defined(__OS2__)
#define SDL_DYNAMIC_API 0
#endif

/* everyone else. This is where we turn on the API if nothing forced it off. */
Expand Down

0 comments on commit f6ad070

Please sign in to comment.