summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-22 19:04:11 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-22 19:04:11 (GMT)
commit5679e56bd1614a3b78653008e216fa9f7b5eb215 (patch)
treec401b88e91525ee967f045971a866c7b4840c1a3
parentc2544b3788f437d19e4ea998bd690d3422f467c5 (diff)
downloadcpython-5679e56bd1614a3b78653008e216fa9f7b5eb215.zip
cpython-5679e56bd1614a3b78653008e216fa9f7b5eb215.tar.gz
cpython-5679e56bd1614a3b78653008e216fa9f7b5eb215.tar.bz2
ported CW5 changes back to Think
-rw-r--r--Mac/Modules/macosmodule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c
index 151c890..5f61b01 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
/*----------------------------------------------------------------------*/