Include Finder.h too in the list of header files to parse: the finder
constants have tradiationally been in MACFS.py.
diff --git a/Mac/Modules/file/filescan.py b/Mac/Modules/file/filescan.py
index 0195fea..9b8b44b 100644
--- a/Mac/Modules/file/filescan.py
+++ b/Mac/Modules/file/filescan.py
@@ -10,7 +10,7 @@
 SHORT = "file"
 
 def main():
-	input = ["Files.h", "Aliases.h"]
+	input = ["Files.h", "Aliases.h", "Finder.h"]
 	output = SHORT + "gen.py"
 	defsoutput = TOOLBOXDIR + LONG + ".py"
 	scanner = MyScanner(input, output, defsoutput)
@@ -55,6 +55,7 @@
 			"kioACAccessOwnerMask",
 			"kFSCatInfoReserved",
 			"kFSIterateReserved",
+			"kSystemFolderType",
 			
 			"FSRefMakePath", # Do this manually
 #			"ResolveAlias", # Do this manually