Kaydet (Commit) 7ac70afe authored tarafından Jack Jansen's avatar Jack Jansen

Dummy SpinCursor() if __CFM68K__ is defined

üst e5649c75
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment