diff options
Diffstat (limited to 'Mac/Python/macglue.c')
-rw-r--r-- | Mac/Python/macglue.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index e6739b5..7af6e13 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 |