diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-12-05 23:59:37 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-12-05 23:59:37 (GMT) |
commit | da78a5d5b6867ba412afd9edd9fc2a3ddd71fe60 (patch) | |
tree | 321c0d7f807721a620f0643efbb781174cc5ae73 /Lib/plat-mac/Carbon/Files.py | |
parent | 5a4071ac914cea8deb7d5a338a09259da87293b3 (diff) | |
download | cpython-da78a5d5b6867ba412afd9edd9fc2a3ddd71fe60.zip cpython-da78a5d5b6867ba412afd9edd9fc2a3ddd71fe60.tar.gz cpython-da78a5d5b6867ba412afd9edd9fc2a3ddd71fe60.tar.bz2 |
Finished update to universal header 3.4.2.
Diffstat (limited to 'Lib/plat-mac/Carbon/Files.py')
-rw-r--r-- | Lib/plat-mac/Carbon/Files.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/plat-mac/Carbon/Files.py b/Lib/plat-mac/Carbon/Files.py index f36689d..54fe4b8 100644 --- a/Lib/plat-mac/Carbon/Files.py +++ b/Lib/plat-mac/Carbon/Files.py @@ -77,6 +77,7 @@ bNoVNEdit = 28 bNoLclSync = 27 bTrshOffLine = 26 bNoSwitchTo = 25 +bDontShareIt = 21 bNoDeskItems = 20 bNoBootBlks = 19 bAccessCntl = 18 @@ -271,6 +272,7 @@ kFSCatInfoDataSizes = 0x00004000 kFSCatInfoRsrcSizes = 0x00008000 kFSCatInfoSharingFlags = 0x00010000 kFSCatInfoUserPrivs = 0x00020000 +kFSCatInfoUserAccess = 0x00080000 kFSCatInfoAllDates = 0x000003E0 kFSCatInfoGettableInfo = 0x0003FFFF kFSCatInfoSettableInfo = 0x00001FE3 @@ -338,6 +340,7 @@ kFSVolFlagHardwareLockedMask = 0x0080 kFSVolFlagSoftwareLockedBit = 15 kFSVolFlagSoftwareLockedMask = 0x8000 kFNDirectoryModifiedMessage = 1 +kFNNoImplicitAllSubscription = (1 << 0) rAliasType = FOUR_CHAR_CODE('alis') kARMMountVol = 0x00000001 kARMNoUI = 0x00000002 |