aboutsummaryrefslogtreecommitdiffstats
path: root/pc/langinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc/langinfo.h')
-rw-r--r--pc/langinfo.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/pc/langinfo.h b/pc/langinfo.h
new file mode 100644
index 00000000..2d220968
--- /dev/null
+++ b/pc/langinfo.h
@@ -0,0 +1,9 @@
+/* langinfo.h replacement for MS-Windows build. */
+#ifndef LANGINFO_H
+#define LANGINFO_H
+
+#define CODESET 1
+
+extern char *nl_langinfo (int);
+
+#endif