diff options
Diffstat (limited to 'contrib/tools/python/src')
| -rw-r--r-- | contrib/tools/python/src/config_init.c | 2 | ||||
| -rw-r--r-- | contrib/tools/python/src/config_map.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/python/src/config_init.c b/contrib/tools/python/src/config_init.c index 2fa47000b83..91f4d970b3c 100644 --- a/contrib/tools/python/src/config_init.c +++ b/contrib/tools/python/src/config_init.c @@ -84,7 +84,7 @@ extern void initpyexpat(void); extern void initselect(void); extern void initmsvcrt(void); extern void init_subprocess(void); -extern void init_winreg(void); +extern void init_winreg(void); #endif #if !defined(_CYGWIN_) diff --git a/contrib/tools/python/src/config_map.c b/contrib/tools/python/src/config_map.c index 6bfe125dddc..9e1869bd08f 100644 --- a/contrib/tools/python/src/config_map.c +++ b/contrib/tools/python/src/config_map.c @@ -84,7 +84,7 @@ {"select", initselect}, {"msvcrt", initmsvcrt}, {"_subprocess", init_subprocess}, -{"_winreg", init_winreg}, +{"_winreg", init_winreg}, #endif #if defined(_x86_) && !defined(_CYGWIN_) || defined(__powerpc__) || defined(__aarch64__) |
