mirror of https://github.com/python/cpython
We need macglue on MacPython-OS9 too.
This commit is contained in:
parent
fcbe5e55f5
commit
747c3d3f02
|
@ -30,7 +30,7 @@ This software comes with no warranty. Use at your own risk.
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __APPLE__
|
#if defined(__APPLE__) || defined(__MWERKS__)
|
||||||
#include "macglue.h"
|
#include "macglue.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue