Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae63756

Browse files
committed
Include Finder.h too in the list of header files to parse: the finder
constants have tradiationally been in MACFS.py.
1 parent b4289b5 commit ae63756

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Mac/Modules/file/filescan.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
SHORT = "file"
1111

1212
def main():
13-
input = ["Files.h", "Aliases.h"]
13+
input = ["Files.h", "Aliases.h", "Finder.h"]
1414
output = SHORT + "gen.py"
1515
defsoutput = TOOLBOXDIR + LONG + ".py"
1616
scanner = MyScanner(input, output, defsoutput)
@@ -55,6 +55,7 @@ def makeblacklistnames(self):
5555
"kioACAccessOwnerMask",
5656
"kFSCatInfoReserved",
5757
"kFSIterateReserved",
58+
"kSystemFolderType",
5859

5960
"FSRefMakePath", # Do this manually
6061
# "ResolveAlias", # Do this manually

0 commit comments

Comments
 (0)