We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7838d7d commit baddfe6Copy full SHA for baddfe6
generic/tclInt.h
@@ -68,7 +68,7 @@
68
#include <stdarg.h>
69
#include <stdlib.h>
70
#include <stdint.h>
71
-#if defined(__STDC_VERSION__) && __STDC_VERSION__ < 202311L
+#if defined(_MSC_VER) || (defined(__STDC_VERSION__) && (__STDC_VERSION__ < 202311L))
72
#include <stdbool.h>
73
#endif
74
#include <string.h>
0 commit comments