mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Updated to Universal Headers 3.4
This commit is contained in:
parent
f30c3ad0d9
commit
620a7667eb
31 changed files with 1836 additions and 69 deletions
|
@ -46,6 +46,11 @@ class ResourcesScanner(Scanner):
|
|||
## "MaxSizeRsrc", # GetMaxResourceSize
|
||||
]
|
||||
|
||||
def makeblacklisttypes(self):
|
||||
return [
|
||||
"UniCharCount", #TBD
|
||||
]
|
||||
|
||||
def makegreylist(self):
|
||||
return [
|
||||
('#if TARGET_API_MAC_OS8', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue