We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074ecbf commit ef0fe5dCopy full SHA for ef0fe5d
include/SDL3/SDL_stdinc.h
@@ -64,7 +64,7 @@
64
#define SDL_INCLUDE_STDBOOL_H
65
#endif
66
67
-#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L && !defined SDL_PLATFORM_NGAGE) || \
+#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
68
(defined(_MSC_VER) && (_MSC_VER >= 1910 /* Visual Studio 2017 */)) || \
69
defined(SDL_INCLUDE_STDBOOL_H)
70
#include <stdbool.h>
0 commit comments