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 e5633f6 commit 53d3cc5Copy full SHA for 53d3cc5
sdk/include/vcruntime/stdint.h
@@ -69,7 +69,8 @@ __MINGW_EXTENSION typedef long long intmax_t;
69
__MINGW_EXTENSION typedef unsigned long long uintmax_t;
70
71
/* 7.18.2 Limits of specified-width integer types */
72
-#if !defined ( __cplusplus) || defined (__STDC_LIMIT_MACROS)
+#if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) || \
73
+ defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L
74
75
/* 7.18.2.1 Limits of exact-width integer types */
76
#define INT8_MIN (-128)
0 commit comments