mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-21 15:59:43 +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