mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
All relevant toolbox modules have now been carbonized.
This commit is contained in:
parent
349a3d3a9a
commit
8d929aee49
25 changed files with 170 additions and 15 deletions
|
@ -2240,7 +2240,7 @@ static PyObject *Win_GetCWMgrPort(_self, _args)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifndef TARGET_API_MAC_CARBON_NOTYET
|
||||
#ifndef TARGET_API_MAC_CARBON
|
||||
|
||||
static PyObject *Win_IsValidWindowPtr(_self, _args)
|
||||
PyObject *_self;
|
||||
|
@ -2480,7 +2480,7 @@ static PyMethodDef Win_methods[] = {
|
|||
"() -> (CGrafPtr wMgrCPort)"},
|
||||
#endif
|
||||
|
||||
#ifndef TARGET_API_MAC_CARBON_NOTYET
|
||||
#ifndef TARGET_API_MAC_CARBON
|
||||
{"IsValidWindowPtr", (PyCFunction)Win_IsValidWindowPtr, 1,
|
||||
"(GrafPtr grafPort) -> (Boolean _rv)"},
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue