Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted.
diff --git a/Mac/Modules/ae/aescan.py b/Mac/Modules/ae/aescan.py
index c1f4251..b2174a8 100644
--- a/Mac/Modules/ae/aescan.py
+++ b/Mac/Modules/ae/aescan.py
@@ -70,6 +70,9 @@
 		return [
 			"AEDisposeDesc",
 #			"AEGetEventHandler",
+			# Constants with funny definitions
+			"kAEDontDisposeOnResume",
+			"kAEUseStandardDispatch",
 			]
 
 	def makeblacklisttypes(self):