We need macglue on MacPython-OS9 too.

This commit is contained in:
Jack Jansen 2002-12-13 15:20:53 +00:00
parent fcbe5e55f5
commit 747c3d3f02
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ This software comes with no warranty. Use at your own risk.
#include <windows.h>
#endif
#if __APPLE__
#if defined(__APPLE__) || defined(__MWERKS__)
#include "macglue.h"
#endif