diff options
Diffstat (limited to 'Python/import.c')
-rw-r--r-- | Python/import.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c index 959474a..46c8469 100644 --- a/Python/import.c +++ b/Python/import.c @@ -817,7 +817,8 @@ is_builtin(char *name) pathname and an open file. Return NULL if the module is not found. */ #ifdef MS_COREDLL -extern FILE *PyWin_FindRegisteredModule(); +extern FILE *PyWin_FindRegisteredModule(const char *, struct filedescr **, + char *, int); #endif #ifdef CHECK_IMPORT_CASE |