Blacklisted a few constants with funny definitions (and they're not important anyway: backward compatible error numbers).
diff --git a/Mac/Modules/app/appscan.py b/Mac/Modules/app/appscan.py
index 9cfc598..72c2db2 100644
--- a/Mac/Modules/app/appscan.py
+++ b/Mac/Modules/app/appscan.py
@@ -41,6 +41,13 @@
def makeblacklistnames(self):
return [
"GetThemeFont", # Funny stringbuffer in/out parameter, I think...
+ # Constants with funny definitions
+ "appearanceBadBrushIndexErr",
+ "appearanceProcessRegisteredErr",
+ "appearanceProcessNotRegisteredErr",
+ "appearanceBadTextColorIndexErr",
+ "appearanceThemeHasNoAccents",
+ "appearanceBadCursorIndexErr",
]
def makegreylist(self):