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:
@@ -99,12 +99,7 @@ extern char *windows_exepath(void);
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
#ifdef __MINGW32__
|
||||||
#if 0
|
|
||||||
#define MD_USE_TMPFILE_S
|
#define MD_USE_TMPFILE_S
|
||||||
#if !defined(__cplusplus)
|
|
||||||
extern errno_t tmpfile_s(FILE * restrict * restrict streamptr);
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#
|
#
|
||||||
#ifdef strncasecmp
|
#ifdef strncasecmp
|
||||||
#undef strncasecmp
|
#undef strncasecmp
|
||||||
|
|||||||
Reference in New Issue
Block a user