summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/snd/sndsupport.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-07-14 22:52:50 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-07-14 22:52:50 (GMT)
commita44923fbfe9c48f04dce9e8e111e9b898f60d14b (patch)
tree18d3fa5e8539925d8497741bdf99b1651696592b /Mac/Modules/snd/sndsupport.py
parent74a1e63a89cdaad288260600cf77e3a20811f49b (diff)
downloadcpython-a44923fbfe9c48f04dce9e8e111e9b898f60d14b.zip
cpython-a44923fbfe9c48f04dce9e8e111e9b898f60d14b.tar.gz
cpython-a44923fbfe9c48f04dce9e8e111e9b898f60d14b.tar.bz2
Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.
Diffstat (limited to 'Mac/Modules/snd/sndsupport.py')
-rw-r--r--Mac/Modules/snd/sndsupport.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Mac/Modules/snd/sndsupport.py b/Mac/Modules/snd/sndsupport.py
index 1f2fdea..730e381 100644
--- a/Mac/Modules/snd/sndsupport.py
+++ b/Mac/Modules/snd/sndsupport.py
@@ -18,12 +18,6 @@ class SndMethod(SndMixIn, OSErrMethodGenerator): pass
includestuff = includestuff + """
#include <Sound.h>
-
-#ifndef HAVE_UNIVERSAL_HEADERS
-#define SndCallBackUPP ProcPtr
-#define NewSndCallBackProc(x) ((SndCallBackProcPtr)(x))
-#define SndListHandle Handle
-#endif
"""
initstuff = initstuff + """