mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
The FSAliasFile routines also have an in/out parameter.
This commit is contained in:
parent
1d63c9f151
commit
52377e05be
2 changed files with 9 additions and 4 deletions
|
@ -172,6 +172,9 @@ class MyScanner(Scanner_OSX):
|
|||
([('FSSpec', 'theSpec', 'OutMode')],
|
||||
[('FSSpec_ptr', 'theSpec', 'InOutMode')]),
|
||||
|
||||
([('FSRef', 'theRef', 'OutMode')],
|
||||
[('FSRef_ptr', 'theRef', 'InOutMode')]),
|
||||
|
||||
# The optional FSSpec to all ResolveAlias and NewAlias methods
|
||||
([('FSSpec_ptr', 'fromFile', 'InMode')],
|
||||
[('OptFSSpecPtr', 'fromFile', 'InMode')]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue