Skip to content

Commit

Permalink
SDL_dynapi.h: revert commit ee88fe3e353e in order to enable dynapi
Browse files Browse the repository at this point in the history
[ optional ]
  • Loading branch information
slouken committed Aug 28, 2017
1 parent 50d3fe2 commit 30fe9a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dynapi/SDL_dynapi.h
Expand Up @@ -55,8 +55,6 @@
#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 30fe9a6

Please sign in to comment.