aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-04-18 12:45:43 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-04-18 12:45:43 +0300
commit5ff0c8cd5bd07d03af406746e1012ffbf5ffb17a (patch)
treeb222aed09828ae5a0a3c61c107f1d6548a76f533 /pc/config.h
parent4a4e94a4eb04cb8a57d54a357409da47821020ab (diff)
parentdc99abc9803ae1d6481eb2da77b6c67eb9d5880d (diff)
downloadegawk-5ff0c8cd5bd07d03af406746e1012ffbf5ffb17a.tar.gz
egawk-5ff0c8cd5bd07d03af406746e1012ffbf5ffb17a.tar.bz2
egawk-5ff0c8cd5bd07d03af406746e1012ffbf5ffb17a.zip
Merge branch 'master' into feature/fix-comments
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