aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-04-18 12:45:09 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-04-18 12:45:09 +0300
commitdc99abc9803ae1d6481eb2da77b6c67eb9d5880d (patch)
treee861586d5299d9c587bdbb8f317d1b5094084b09 /pc/config.h
parent0ccada449bd523297c192de759bd27c21f20a8e3 (diff)
parentde01864ccec043ee343de0e4ae17b6ccc27bd13c (diff)
downloadegawk-dc99abc9803ae1d6481eb2da77b6c67eb9d5880d.tar.gz
egawk-dc99abc9803ae1d6481eb2da77b6c67eb9d5880d.tar.bz2
egawk-dc99abc9803ae1d6481eb2da77b6c67eb9d5880d.zip
Merge branch 'gawk-4.2-stable'
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 d7c25142..e2a388a4 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