Commit 6cc9fd7b authored by Ronald Oussoren's avatar Ronald Oussoren

Make gestaltmodule.c 64-bit safe.

parent 099646f2
......@@ -34,7 +34,7 @@ gestalt_gestalt(PyObject *self, PyObject *args)
{
OSErr iErr;
OSType selector;
long response;
SInt32 response;
if (!PyArg_ParseTuple(args, "O&", PyMac_GetOSType, &selector))
return NULL;
iErr = Gestalt ( selector, &response );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment