mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -10,12 +10,6 @@
|
|||
|
||||
#include <Sound.h>
|
||||
|
||||
#ifndef HAVE_UNIVERSAL_HEADERS
|
||||
#define SndCallBackUPP ProcPtr
|
||||
#define NewSndCallBackProc(x) ((SndCallBackProcPtr)(x))
|
||||
#define SndListHandle Handle
|
||||
#endif
|
||||
|
||||
#include <OSUtils.h> /* for Set(Current)A5 */
|
||||
|
||||
/* Create a SndCommand object (an (int, int, int) tuple) */
|
||||
|
|
|
@ -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