]> granicus.if.org Git - nethack/commitdiff
mingw32 bit
authornhmall <nhmall@nethack.org>
Fri, 20 Jan 2023 01:03:45 +0000 (20:03 -0500)
committernhmall <nhmall@nethack.org>
Fri, 20 Jan 2023 01:03:45 +0000 (20:03 -0500)
include/windconf.h

index fb9781aa1c7e7761ab928aa46bed860d31d4fb1a..6eb5b268734b868e327e7fbb43a145fbc9e482fd 100644 (file)
@@ -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