summaryrefslogtreecommitdiff
path: root/missing_d/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing_d/snprintf.c')
-rw-r--r--missing_d/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing_d/snprintf.c b/missing_d/snprintf.c
index dfe57c6b..af63dff7 100644
--- a/missing_d/snprintf.c
+++ b/missing_d/snprintf.c
@@ -86,7 +86,7 @@ safe_tmpfile (void)
if ((fd = mkstemp (tmpfilename)) < 0)
return NULL;
-#if ! defined(__DJGPP__) && ! defined(MSDOS) && ! defined(_MSC_VER) \
+#if ! defined(MSDOS) && ! defined(_MSC_VER) \
&& ! defined(_WIN32) && ! defined(__CRTRSXNT__) \
&& ! defined(__MINGW32__) && ! defined(__WIN32__)
/* If not MS unlink after opening. */