mirror of
https://github.com/python/cpython.git
synced 2026-03-20 20:01:16 +00:00
Make gestaltmodule.c 64-bit safe.
This commit is contained in:
parent
099646f29a
commit
6cc9fd7bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue