From: Guido van Rossum Date: Sun, 22 Jan 1995 19:04:11 +0000 (+0000) Subject: ported CW5 changes back to Think X-Git-Tag: v1.2b3~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5679e56bd1614a3b78653008e216fa9f7b5eb215;p=thirdparty%2FPython%2Fcpython.git ported CW5 changes back to Think --- diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index 151c890b3956..5f61b01b8963 100644 --- a/Mac/Modules/macosmodule.c +++ b/Mac/Modules/macosmodule.c @@ -37,6 +37,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef __MWERKS__ #define SndCallBackUPP ProcPtr #define NewSndCallBackProc(x) (x) +#define SndListHandle Handle #endif /*----------------------------------------------------------------------*/