ANSIfy as many declarations as possible.

This commit is contained in:
Thomas Wouters 2000-07-22 23:38:01 +00:00
parent bd8ad942fe
commit b4bd21cf79
5 changed files with 8 additions and 7 deletions

View file

@ -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