summaryrefslogtreecommitdiffstats
path: root/PC/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'PC/config.c')
-rw-r--r--PC/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/config.c b/PC/config.c
index a15c1cf..4f6f560 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 initwinsound();
extern void init_locale();
#endif
@@ -106,6 +107,7 @@ struct _inittab _PyImport_Inittab[] = {
{"pcre", initpcre},
#ifdef WIN32
{"msvcrt", initmsvcrt},
+ {"winsound", initwinsound},
{"_locale", init_locale},
#endif