summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/res/resscan.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/res/resscan.py')
-rw-r--r--Mac/Modules/res/resscan.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/Mac/Modules/res/resscan.py b/Mac/Modules/res/resscan.py
index b417cd7..d97f972 100644
--- a/Mac/Modules/res/resscan.py
+++ b/Mac/Modules/res/resscan.py
@@ -57,6 +57,13 @@ class ResourcesScanner(Scanner):
'RsrcZoneInit',
'InitResources',
'RsrcMapEntry',
+ ]),
+ ('#if TARGET_API_MAC_CARBON', [
+ 'GetNextResourceFile',
+ 'GetTopResourceFile',
+ 'FSpOpenOrphanResFile',
+ 'DetachResourceFile',
+ 'InsertResourceFile',
])]
def makerepairinstructions(self):