aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--c-api/compat-5.3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c-api/compat-5.3.c b/c-api/compat-5.3.c
index 370027a..bf81673 100644
--- a/c-api/compat-5.3.c
+++ b/c-api/compat-5.3.c
@@ -37,8 +37,8 @@
37#endif /* strerror_r */ 37#endif /* strerror_r */
38 38
39#ifndef COMPAT53_HAVE_STRERROR_S 39#ifndef COMPAT53_HAVE_STRERROR_S
40# if defined(_MSC_VER) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || \ 40# if defined(_MSC_VER) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L && \
41 (defined(__STDC_LIB_EXT1__) && __STDC_LIB_EXT1__) 41 defined(__STDC_LIB_EXT1__) && __STDC_LIB_EXT1__)
42# define COMPAT53_HAVE_STRERROR_S 1 42# define COMPAT53_HAVE_STRERROR_S 1
43# else /* not VC++ or C11 */ 43# else /* not VC++ or C11 */
44# define COMPAT53_HAVE_STRERROR_S 0 44# define COMPAT53_HAVE_STRERROR_S 0