mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
Include Finder.h too in the list of header files to parse: the finder
constants have tradiationally been in MACFS.py.
This commit is contained in:
parent
b4289b5771
commit
ae63756bf8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue