diff options
Diffstat (limited to 'Mac/Python/macglue.c')
-rw-r--r-- | Mac/Python/macglue.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index 17bbff00ed..3df1a8a4d9 100644 --- a/Mac/Python/macglue.c +++ b/Mac/Python/macglue.c @@ -178,9 +178,11 @@ PyMac_FixGUSIcd() return; } -#ifdef __CFM68K__ +/* +** SpinCursor (needed by GUSI) drags in heaps of stuff, so we +** provide a dummy here. +*/ void SpinCursor(short x) { /* Dummy */ } -#endif /* __CFM68K */ /* ** Replacement GUSI Spin function |