diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index e6739b532b5..7af6e132df1 100644 --- a/Mac/Python/macglue.c +++ b/Mac/Python/macglue.c @@ -153,6 +153,16 @@ PyMac_FixGUSIcd() if (PBHSetVol(&pb, 0) != noErr) return; } + +#ifdef __CFM68K__ +/* +** There is no SpinCursor for cfm68k. +*/ +SpinCursor(dummy) +int dummy; +{ +} +#endif #endif