mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:
MacOS9isms.
This commit is contained in:
parent
10d176f77e
commit
e48cef7aba
57 changed files with 57 additions and 520 deletions
|
|
@ -39,11 +39,7 @@ includestuff = includestuff + """
|
|||
#ifndef PyDoc_STR
|
||||
#define PyDoc_STR(x) (x)
|
||||
#endif
|
||||
#ifdef WITHOUT_FRAMEWORKS
|
||||
#include <MacHelp.h>
|
||||
#else
|
||||
#include <Carbon/Carbon.h>
|
||||
#endif
|
||||
"""
|
||||
|
||||
class MyObjectDefinition(PEP253Mixin, GlobalObjectDefinition):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue