mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.
This commit is contained in:
parent
74a1e63a89
commit
a44923fbfe
9 changed files with 0 additions and 83 deletions
|
@ -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 + """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue