Get rid of support for Universal Headers older than 3.4 and various other

outdated things.
This commit is contained in:
Jack Jansen 2002-12-13 15:02:02 +00:00
parent 55309a31df
commit 65cbf93fce
10 changed files with 6 additions and 78 deletions

View file

@ -45,11 +45,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <Carbon/Carbon.h>
#endif /* WITHOUT_FRAMEWORKS */
#if UNIVERSAL_INTERFACES_VERSION >= 0x0340
typedef long refcontype;
#else
typedef unsigned long refcontype;
#endif
#include "Python.h"
#include "macglue.h"