Enable FSpResourceFileAlreadyOpen only for Carbon. This is not strictly correct: OS9 InterfaceLib has it, but enabling it will make Python refuse to run on 8.6 and earlier.

This commit is contained in:
Jack Jansen 2001-03-02 16:32:03 +00:00
parent cfef0096f9
commit 043732e95d
2 changed files with 7 additions and 0 deletions

View file

@ -63,6 +63,7 @@ class ResourcesScanner(Scanner):
'FSpOpenOrphanResFile',
'DetachResourceFile',
'InsertResourceFile',
'FSpResourceFileAlreadyOpen',
])]
def makerepairinstructions(self):