aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc/config.h')
-rw-r--r--pc/config.h4
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