summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
Diffstat (limited to 'PC')
-rw-r--r--PC/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/config.c b/PC/config.c
index 1d69861..a15c1cf 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -63,6 +63,7 @@ extern void initcPickle();
extern void initpcre();
#ifdef WIN32
extern void initmsvcrt();
+extern void init_locale();
#endif
/* -- ADDMODULE MARKER 1 -- */
@@ -105,6 +106,7 @@ struct _inittab _PyImport_Inittab[] = {
{"pcre", initpcre},
#ifdef WIN32
{"msvcrt", initmsvcrt},
+ {"_locale", init_locale},
#endif
/* -- ADDMODULE MARKER 2 -- */