aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc/config.h')
-rw-r--r--pc/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/config.h b/pc/config.h
index 52d5a964..62c13f22 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -233,7 +233,7 @@
#define HAVE_STDARG_H 1
/* Define to 1 if stdbool.h conforms to C99. */
-#ifdef __DJGPP__
+#if defined(__MINGW32__) || defined(__DJGPP__)
#define HAVE_STDBOOL_H 1
#endif