mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Quick patch to allow building with Universal Headers 3.4.
This commit is contained in:
parent
1b8bd94f73
commit
9635f33e5b
2 changed files with 2 additions and 23 deletions
|
@ -241,7 +241,7 @@ static PyObject *TXNObj_TXNClick(TXNObjectObject *_self, PyObject *_args)
|
|||
return _res;
|
||||
}
|
||||
|
||||
#if !TARGET_API_MAC_OSX
|
||||
#if 0
|
||||
|
||||
static PyObject *TXNObj_TXNTSMCheck(TXNObjectObject *_self, PyObject *_args)
|
||||
{
|
||||
|
@ -1043,7 +1043,7 @@ static PyMethodDef TXNObj_methods[] = {
|
|||
{"TXNClick", (PyCFunction)TXNObj_TXNClick, 1,
|
||||
"(EventRecord iEvent) -> None"},
|
||||
|
||||
#if !TARGET_API_MAC_OSX
|
||||
#if 0
|
||||
{"TXNTSMCheck", (PyCFunction)TXNObj_TXNTSMCheck, 1,
|
||||
"(EventRecord iEvent) -> (Boolean _rv)"},
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue