Dummy SpinCursor() if __CFM68K__ is defined

This commit is contained in:
Jack Jansen 1996-08-19 11:01:05 +00:00
parent e5649c75f0
commit 7ac70afed1
1 changed files with 10 additions and 0 deletions

View File

@ -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