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