mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
SDL_dynapi.h: revert commit ee88fe3e353e in order to enable dynapi
[ optional ]
This commit is contained in:
parent
50d3fe21aa
commit
30fe9a6799
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user