mirror of https://github.com/encounter/SDL.git
SDL_dynapi.h: disable dynapi for os/2.
This commit is contained in:
parent
b821ded96c
commit
f6ad070b82
|
@ -55,6 +55,8 @@
|
||||||
#define SDL_DYNAMIC_API 0
|
#define SDL_DYNAMIC_API 0
|
||||||
#elif defined(__clang_analyzer__)
|
#elif defined(__clang_analyzer__)
|
||||||
#define SDL_DYNAMIC_API 0 /* Turn off for static analysis, so reports are more clear. */
|
#define SDL_DYNAMIC_API 0 /* Turn off for static analysis, so reports are more clear. */
|
||||||
|
#elif defined(__OS2__)
|
||||||
|
#define SDL_DYNAMIC_API 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* everyone else. This is where we turn on the API if nothing forced it off. */
|
/* everyone else. This is where we turn on the API if nothing forced it off. */
|
||||||
|
|
Loading…
Reference in New Issue