Got rid of (hopefully) the last 68k-mac related ifdefs.

This commit is contained in:
Jack Jansen 2001-08-07 15:32:37 +00:00
parent b760923b20
commit f249addeed
2 changed files with 0 additions and 69 deletions

View file

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