diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-01-04 16:00:27 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-01-04 16:00:27 (GMT) |
commit | 3bac5ca11a2586242a44e3d7574dac6fd085ec77 (patch) | |
tree | d4e2805e70f5e5c10a5e632992406251da230091 /Mac/Lib | |
parent | 61fec30e1e186e96cc72f2b3027021b9128693cf (diff) | |
download | cpython-3bac5ca11a2586242a44e3d7574dac6fd085ec77.zip cpython-3bac5ca11a2586242a44e3d7574dac6fd085ec77.tar.gz cpython-3bac5ca11a2586242a44e3d7574dac6fd085ec77.tar.bz2 |
Some of the new routines are carbon-only.
Diffstat (limited to 'Mac/Lib')
-rw-r--r-- | Mac/Lib/Carbon/Resources.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/Lib/Carbon/Resources.py b/Mac/Lib/Carbon/Resources.py index be1947d..8030396 100644 --- a/Mac/Lib/Carbon/Resources.py +++ b/Mac/Lib/Carbon/Resources.py @@ -8,7 +8,7 @@ resPreload = 4 resChanged = 2 mapReadOnly = 128 mapCompact = 64 -mapChanged = 32 +mapChanged = 32 resSysRefBit = 7 resSysHeapBit = 6 resPurgeableBit = 5 @@ -18,10 +18,10 @@ resPreloadBit = 2 resChangedBit = 1 mapReadOnlyBit = 7 mapCompactBit = 6 -mapChangedBit = 5 +mapChangedBit = 5 kResFileNotOpened = -1 -kSystemResFile = 0 +kSystemResFile = 0 kRsrcChainBelowSystemMap = 0 kRsrcChainBelowApplicationMap = 1 kRsrcChainAboveApplicationMap = 2 -kRsrcChainAboveAllMaps = 4 +kRsrcChainAboveAllMaps = 4 |