diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-08-22 21:01:44 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-08-22 21:01:44 +0300 |
commit | 8c98835747648947abc5abada119e8697cd111a9 (patch) | |
tree | 2d64450ba624e46df3a476228fd338926dd23e35 /pc/config.h | |
parent | 1b896a4326a64731694617ad3ae9f432da8f9241 (diff) | |
parent | 989bb3e5bdecbe8a8eae8705140746c65d998d15 (diff) | |
download | egawk-8c98835747648947abc5abada119e8697cd111a9.tar.gz egawk-8c98835747648947abc5abada119e8697cd111a9.tar.bz2 egawk-8c98835747648947abc5abada119e8697cd111a9.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pc/config.h b/pc/config.h index e2a388a4..103c6caf 100644 --- a/pc/config.h +++ b/pc/config.h @@ -115,7 +115,9 @@ #endif /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ -#undef HAVE_LANGINFO_CODESET +#ifdef __MINGW32__ +#define HAVE_LANGINFO_CODESET 1 +#endif /* Define if your <locale.h> file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES |