From 485211b72c6b7d7a35e6779a9e88bbc6aad371e8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 19 Jan 2023 20:03:45 -0500 Subject: [PATCH] mingw32 bit --- include/windconf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/windconf.h b/include/windconf.h index fb9781aa1..6eb5b2687 100644 --- a/include/windconf.h +++ b/include/windconf.h @@ -100,10 +100,12 @@ extern void interject(int); */ #ifdef __MINGW32__ +#if 0 #define MD_USE_TMPFILE_S #if !defined(__cplusplus) extern errno_t tmpfile_s(FILE * restrict * restrict streamptr); #endif +#endif # #ifdef strncasecmp #undef strncasecmp -- 2.50.1