Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 747c3d3

Browse files
committed
We need macglue on MacPython-OS9 too.
1 parent fcbe5e5 commit 747c3d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_localemodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This software comes with no warranty. Use at your own risk.
3030
#include <windows.h>
3131
#endif
3232

33-
#if __APPLE__
33+
#if defined(__APPLE__) || defined(__MWERKS__)
3434
#include "macglue.h"
3535
#endif
3636

0 commit comments

Comments
 (0)