mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
More toolbox modules adapted to Universal Headers 3.3.2.
This commit is contained in:
parent
8ed81303f6
commit
723ad8ae73
20 changed files with 2241 additions and 492 deletions
|
@ -57,6 +57,13 @@ class ResourcesScanner(Scanner):
|
|||
'RsrcZoneInit',
|
||||
'InitResources',
|
||||
'RsrcMapEntry',
|
||||
]),
|
||||
('#if TARGET_API_MAC_CARBON', [
|
||||
'GetNextResourceFile',
|
||||
'GetTopResourceFile',
|
||||
'FSpOpenOrphanResFile',
|
||||
'DetachResourceFile',
|
||||
'InsertResourceFile',
|
||||
])]
|
||||
|
||||
def makerepairinstructions(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue