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.
This commit is contained in:
nhmall
2023-11-23 22:10:24 -05:00
parent 5bf8b3de6b
commit a53008fda5

View File

@@ -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