From a53008fda5288085f8829f32ee46c76ba4fe7869 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 23 Nov 2023 22:10:24 -0500 Subject: [PATCH] try to fix a problem with MSYS2 under windows makedefs -s Could leave md* temporary files behind in the dat directory. This might resolve it, but minimal testing has been done. --- include/windconf.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/windconf.h b/include/windconf.h index 829b761be..78c4a431e 100644 --- a/include/windconf.h +++ b/include/windconf.h @@ -99,12 +99,7 @@ extern char *windows_exepath(void); */ #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