All relevant toolbox modules have now been carbonized.

This commit is contained in:
Jack Jansen 2000-06-21 22:07:06 +00:00
parent 349a3d3a9a
commit 8d929aee49
25 changed files with 170 additions and 15 deletions

View file

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