early-access version 2281
This commit is contained in:
2
externals/SDL/src/dynapi/SDL_dynapi.h
vendored
2
externals/SDL/src/dynapi/SDL_dynapi.h
vendored
@@ -59,6 +59,8 @@
|
||||
#define SDL_DYNAMIC_API 0 /* Turn off for static analysis, so reports are more clear. */
|
||||
#elif defined(__VITA__)
|
||||
#define SDL_DYNAMIC_API 0 /* vitasdk doesn't support dynamic linking */
|
||||
#elif defined(DYNAPI_NEEDS_DLOPEN) && !defined(HAVE_DLOPEN)
|
||||
#define SDL_DYNAMIC_API 0 /* we need dlopen(), but don't have it.... */
|
||||
#endif
|
||||
|
||||
/* everyone else. This is where we turn on the API if nothing forced it off. */
|
||||
|
Reference in New Issue
Block a user