diff options
Diffstat (limited to 'Mac/Python/macimport.c')
-rw-r--r-- | Mac/Python/macimport.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Python/macimport.c b/Mac/Python/macimport.c index 1b3b994..0806536 100644 --- a/Mac/Python/macimport.c +++ b/Mac/Python/macimport.c @@ -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; |