diff options
Diffstat (limited to 'Python/import.c')
-rw-r--r-- | Python/import.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/import.c b/Python/import.c index 88908a9..5340054 100644 --- a/Python/import.c +++ b/Python/import.c @@ -1087,7 +1087,7 @@ check_case(char *buf, int len, int namelen, char *name) #ifdef macintosh #include <TextUtils.h> -#ifdef USE_GUSI +#ifdef USE_GUSI1 #include "TFileSpec.h" /* for Path2FSSpec() */ #endif static int @@ -1095,7 +1095,7 @@ check_case(char *buf, int len, int namelen, char *name) { FSSpec fss; OSErr err; -#ifndef USE_GUSI +#ifndef USE_GUSI1 err = FSMakeFSSpec(0, 0, Pstring(buf), &fss); #else /* GUSI's Path2FSSpec() resolves all possible aliases nicely on |