Quick patch to allow building with Universal Headers 3.4.

This commit is contained in:
Jack Jansen 2001-12-14 23:03:07 +00:00
parent 1b8bd94f73
commit 9635f33e5b
2 changed files with 2 additions and 23 deletions

View file

@ -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