diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-18 12:45:43 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-18 12:45:43 +0300 |
commit | 5ff0c8cd5bd07d03af406746e1012ffbf5ffb17a (patch) | |
tree | b222aed09828ae5a0a3c61c107f1d6548a76f533 /pc/config.h | |
parent | 4a4e94a4eb04cb8a57d54a357409da47821020ab (diff) | |
parent | dc99abc9803ae1d6481eb2da77b6c67eb9d5880d (diff) | |
download | egawk-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.h | 2 |
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 |