| | |
| | | /* |
| | | Simple DirectMedia Layer |
| | | Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> |
| | | Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> |
| | | |
| | | This software is provided 'as-is', without any express or implied |
| | | warranty. In no event will the authors be held liable for any damages |
| | |
| | | #define SDL_DYNAMIC_API 0 |
| | | #elif defined(__PSP__) && __PSP__ |
| | | #define SDL_DYNAMIC_API 0 |
| | | #elif defined(__riscos__) && __riscos__ /* probably not useful on RISC OS, since dlopen() can't be used when using static linking. */ |
| | | #define SDL_DYNAMIC_API 0 |
| | | #elif defined(__clang_analyzer__) |
| | | #define SDL_DYNAMIC_API 0 /* Turn off for static analysis, so reports are more clear. */ |
| | | #endif |