ANSIfication step 2: make sure all needed prototypes are available, and all needed

header files included.
This commit is contained in:
Jack Jansen 2000-07-11 21:16:03 +00:00
parent 5e80a75799
commit 9ae898b415
19 changed files with 83 additions and 41 deletions

View file

@ -413,7 +413,9 @@ PyMac_FindModuleExtension(char *buf, size_t *lenp, char *module)
unsigned char fnbuf[64];
int modnamelen = strlen(module);
FSSpec fss;
#ifdef USE_GUSI1
FInfo finfo;
#endif
short refnum;
long dirid;