From: Jack Jansen Date: Fri, 13 Dec 2002 15:20:53 +0000 (+0000) Subject: We need macglue on MacPython-OS9 too. X-Git-Tag: v2.3c1~3025 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=747c3d3f0242022c46213bcd90fb8c1a527be7b6;p=thirdparty%2FPython%2Fcpython.git We need macglue on MacPython-OS9 too. --- diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c index 4b654d5451e8..d535ee8995bd 100644 --- a/Modules/_localemodule.c +++ b/Modules/_localemodule.c @@ -30,7 +30,7 @@ This software comes with no warranty. Use at your own risk. #include #endif -#if __APPLE__ +#if defined(__APPLE__) || defined(__MWERKS__) #include "macglue.h" #endif