diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-04-07 09:10:49 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-04-07 09:10:49 (GMT) |
commit | 2d1306b7cf4a85290ffbd90a15fed6115a522310 (patch) | |
tree | 01dc9d71385f7659ba36bd2b27f4ca2c3d3a1154 /Mac/Python/macgetpath.c | |
parent | 5c21420772a94846ce7dd077d10a2575da15e84e (diff) | |
download | cpython-2d1306b7cf4a85290ffbd90a15fed6115a522310.zip cpython-2d1306b7cf4a85290ffbd90a15fed6115a522310.tar.gz cpython-2d1306b7cf4a85290ffbd90a15fed6115a522310.tar.bz2 |
Started on GUSI2 and threading support.
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 02f9b48..d1c60a0 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() { |