summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-12-17 22:22:57 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-12-17 22:22:57 (GMT)
commitae63756bf8e03e736260ae22efcc3e656bc6bce2 (patch)
treef20a938bd5618054141404e6a0328f1f521dbb14
parentb4289b57715dee8c0a0dc66379a9ceebde059a28 (diff)
downloadcpython-ae63756bf8e03e736260ae22efcc3e656bc6bce2.zip
cpython-ae63756bf8e03e736260ae22efcc3e656bc6bce2.tar.gz
cpython-ae63756bf8e03e736260ae22efcc3e656bc6bce2.tar.bz2
Include Finder.h too in the list of header files to parse: the finder
constants have tradiationally been in MACFS.py.
-rw-r--r--Mac/Modules/file/filescan.py3
1 files changed, 2 insertions, 1 deletions
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 @@ LONG = "Files"
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 @@ class MyScanner(Scanner_OSX):
"kioACAccessOwnerMask",
"kFSCatInfoReserved",
"kFSIterateReserved",
+ "kSystemFolderType",
"FSRefMakePath", # Do this manually
# "ResolveAlias", # Do this manually