mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Dummy SpinCursor() if __CFM68K__ is defined
This commit is contained in:
parent
e5649c75f0
commit
7ac70afed1
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue