mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -18,6 +18,8 @@ class ResMixIn:
|
|||
class ResFunction(ResMixIn, FunctionGenerator): pass
|
||||
class ResMethod(ResMixIn, MethodGenerator): pass
|
||||
|
||||
RsrcChainLocation = Type("RsrcChainLocation", "h")
|
||||
|
||||
# includestuff etc. are imported from macsupport
|
||||
|
||||
includestuff = includestuff + """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue