diff options
Diffstat (limited to 'Mac/Python/macgetpath.c')
-rw-r--r-- | Mac/Python/macgetpath.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Python/macgetpath.c b/Mac/Python/macgetpath.c index 02f9b485e6..d1c60a07d8 100644 --- a/Mac/Python/macgetpath.c +++ b/Mac/Python/macgetpath.c @@ -54,7 +54,7 @@ PERFORMANCE OF THIS SOFTWARE. #include <TextUtils.h> #include <Dialogs.h> -#ifdef USE_GUSI +#ifdef USE_GUSI1 #include <GUSI.h> #endif @@ -444,7 +444,7 @@ PyMac_PreferenceOptions(PyMac_PrefRecord *pr) UseResFile(oldrh); } -#ifdef USE_GUSI +#ifdef USE_GUSI1 void PyMac_SetGUSIOptions() { |