mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Don't use extern when we mean staticforward (OSX gcc is picky about it).
Blacklist SendControlMessage: it's signature has changed between Universal Headers 3.3 and 3.4.
This commit is contained in:
parent
f1927a6d80
commit
b8248d8cff
3 changed files with 5 additions and 24 deletions
|
|
@ -122,8 +122,8 @@ static ControlUserPaneIdleUPP myidleproc_upp;
|
|||
static ControlUserPaneHitTestUPP myhittestproc_upp;
|
||||
static ControlUserPaneTrackingUPP mytrackingproc_upp;
|
||||
|
||||
extern int settrackfunc(PyObject *); /* forward */
|
||||
extern void clrtrackfunc(void); /* forward */
|
||||
staticforward int settrackfunc(PyObject *); /* forward */
|
||||
staticforward void clrtrackfunc(void); /* forward */
|
||||
staticforward int setcallback(PyObject *, OSType, PyObject *, UniversalProcPtr *);
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue