mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
another round... ported to __SC__
This commit is contained in:
parent
295d171650
commit
9784295b15
14 changed files with 158 additions and 209 deletions
|
@ -115,7 +115,7 @@ AEIdleUPP upp_AEIdleProc;
|
|||
|
||||
finalstuff = finalstuff + """
|
||||
static pascal OSErr
|
||||
GenericEventHandler(const AppleEvent *request, AppleEvent *reply, long refcon)
|
||||
GenericEventHandler(AppleEvent *request, AppleEvent *reply, long refcon)
|
||||
{
|
||||
PyObject *handler = (PyObject *)refcon;
|
||||
AEDescObject *requestObject, *replyObject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue