diff options
Diffstat (limited to 'Mac/Modules/cm/cmscan.py')
-rw-r--r-- | Mac/Modules/cm/cmscan.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Modules/cm/cmscan.py b/Mac/Modules/cm/cmscan.py index 1c36eaa..1136fe5 100644 --- a/Mac/Modules/cm/cmscan.py +++ b/Mac/Modules/cm/cmscan.py @@ -56,6 +56,8 @@ class MyScanner(Scanner): "CallComponentClose", "CallComponentOpen", "OpenAComponent", + "GetComponentPublicResource", # Missing in CW Pro 6 + "CallComponentGetPublicResource", # Missing in CW Pro 6 ] def makegreylist(self): @@ -77,6 +79,8 @@ class MyScanner(Scanner): "ComponentRoutineUPP", "ComponentMPWorkFunctionUPP", + "ComponentFunctionUPP", + "GetMissingComponentResourceUPP", ] def makerepairinstructions(self): |