mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
Make the Dynamic API master switch more clear.
This commit is contained in:
parent
1270247ccd
commit
03f5185eff
@ -49,7 +49,10 @@
|
|||||||
#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. */
|
||||||
#else /* everyone else. */
|
#endif
|
||||||
|
|
||||||
|
/* everyone else. This is where we turn on the API if nothing forced it off. */
|
||||||
|
#ifndef SDL_DYNAMIC_API
|
||||||
#define SDL_DYNAMIC_API 1
|
#define SDL_DYNAMIC_API 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user