mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Got rid of (hopefully) the last 68k-mac related ifdefs.
This commit is contained in:
parent
b760923b20
commit
f249addeed
2 changed files with 0 additions and 69 deletions
|
@ -183,16 +183,9 @@ int TkMacConvertEvent(EventRecord *eventPtr);
|
|||
|
||||
staticforward int PyMacConvertEvent(EventRecord *eventPtr);
|
||||
|
||||
#if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
|
||||
#pragma import on
|
||||
#endif
|
||||
|
||||
#include <SIOUX.h>
|
||||
extern int SIOUXIsAppWindow(WindowPtr);
|
||||
|
||||
#if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__)
|
||||
#pragma import reset
|
||||
#endif
|
||||
#endif /* macintosh */
|
||||
|
||||
#ifndef FREECAST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue