mingw32 bit

This commit is contained in:
nhmall
2023-01-19 20:03:45 -05:00
parent 54a9b72e35
commit 485211b72c
+2
View File
@@ -100,10 +100,12 @@ extern void interject(int);
*/ */
#ifdef __MINGW32__ #ifdef __MINGW32__
#if 0
#define MD_USE_TMPFILE_S #define MD_USE_TMPFILE_S
#if !defined(__cplusplus) #if !defined(__cplusplus)
extern errno_t tmpfile_s(FILE * restrict * restrict streamptr); extern errno_t tmpfile_s(FILE * restrict * restrict streamptr);
#endif #endif
#endif
# #
#ifdef strncasecmp #ifdef strncasecmp
#undef strncasecmp #undef strncasecmp