Go to the documentation of this file.
38 #ifdef SDL_DYNAMIC_API
39 #error Nope, you have to edit this file to force this off.
43 #include "TargetConditionals.h"
46 #if TARGET_OS_IPHONE || __native_client__ || __EMSCRIPTEN__
47 #define SDL_DYNAMIC_API 0
48 #elif SDL_BUILDING_WINRT
49 #define SDL_DYNAMIC_API 0
50 #elif defined(__clang_analyzer__)
51 #define SDL_DYNAMIC_API 0
55 #ifndef SDL_DYNAMIC_API
56 #define SDL_DYNAMIC_API 1