All relevant toolbox modules have now been carbonized.

This commit is contained in:
Jack Jansen 2000-06-21 22:07:06 +00:00
parent 349a3d3a9a
commit 8d929aee49
25 changed files with 170 additions and 15 deletions

View file

@ -58,6 +58,13 @@ class MyScanner(Scanner):
"OpenAComponent",
]
def makegreylist(self):
return [
('#ifndef TARGET_API_MAC_CARBON', [
'SetComponentInstanceA5',
'GetComponentInstanceA5',
])]
def makeblacklisttypes(self):
return [
"ResourceSpec",