mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
We need macglue on MacPython-OS9 too.
This commit is contained in:
parent
fcbe5e55f5
commit
747c3d3f02
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue