Kaydet (Commit) 747c3d3f authored tarafından Jack Jansen's avatar Jack Jansen

We need macglue on MacPython-OS9 too.

üst fcbe5e55
...@@ -30,7 +30,7 @@ This software comes with no warranty. Use at your own risk. ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment