mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Adapted to Universal Headers 3.3.2. More to follow.
This commit is contained in:
parent
c6c2838403
commit
f7d5aa61d3
28 changed files with 3445 additions and 957 deletions
|
|
@ -59,11 +59,18 @@ class MyScanner(Scanner):
|
|||
return [
|
||||
('#if !TARGET_API_MAC_CARBON', [
|
||||
'SetGrafPortOfDialog',
|
||||
]),
|
||||
('#if TARGET_API_MAC_CARBON', [
|
||||
'InsertDialogItem',
|
||||
'RemoveDialogItems',
|
||||
'GetParamText',
|
||||
])]
|
||||
|
||||
def makeblacklisttypes(self):
|
||||
return [
|
||||
"AlertStdAlertParamPtr", # Too much work, for now
|
||||
"AlertStdAlertParamRec", # ditto
|
||||
"AlertStdAlertParamRec_ptr", # ditto
|
||||
"QTModelessCallbackProcPtr",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue