mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
ANSIfy as many declarations as possible.
This commit is contained in:
parent
bd8ad942fe
commit
b4bd21cf79
5 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue