mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-16 23:06:03 +00:00
Disable long long support in the headers with SDL_NOLONGLONG
Some older toolchains don't support 'long long'.
This commit is contained in:

committed by
Ryan C. Gordon

parent
6cdde10edb
commit
a78104a47f
@@ -217,6 +217,10 @@
|
||||
#define SDL_EndThreadFunction NULL
|
||||
#endif
|
||||
|
||||
#ifdef SDL_NOLONGLONG
|
||||
#error We cannot build a valid SDL3 library without long long support
|
||||
#endif
|
||||
|
||||
/* Enable internal definitions in SDL API headers */
|
||||
#define SDL_INTERNAL
|
||||
|
||||
|
Reference in New Issue
Block a user