We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0fe5d commit 6dbd8fbCopy full SHA for 6dbd8fb
include/SDL3/SDL_stdinc.h
@@ -53,7 +53,7 @@
53
#include <string.h>
54
#include <wchar.h>
55
56
-#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L && !defined SDL_PLATFORM_NGAGE) || \
+#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
57
defined(SDL_INCLUDE_INTTYPES_H)
58
#include <inttypes.h>
59
#endif
0 commit comments