Added code to compile new _bytesio on Windows
diff --git a/PC/config.c b/PC/config.c
index 7047ffc..f3e2eaa 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -59,6 +59,7 @@
extern void init_lsprof(void);
extern void init_ast(void);
extern void init_fileio(void);
+extern void init_bytesio(void);
extern void initatexit(void);
extern void _PyWarnings_Init(void);
@@ -148,6 +149,7 @@
{"_warnings", _PyWarnings_Init},
{"_fileio", init_fileio},
+ {"_bytesio", init_bytesio},
{"atexit", initatexit},
/* Sentinel */