diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-12-12 22:08:00 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-12-12 22:08:00 (GMT) |
commit | 6fe608c8407d42e024ca31481fbd6d11fd102dde (patch) | |
tree | 4d591d650a971f6f82736656b9a21de4bdbbf485 /Mac/Lib/lib-toolbox/Resources.py | |
parent | 177fa8c25eb0d1e9bb06733f6975b237285d128a (diff) | |
download | cpython-6fe608c8407d42e024ca31481fbd6d11fd102dde.zip cpython-6fe608c8407d42e024ca31481fbd6d11fd102dde.tar.gz cpython-6fe608c8407d42e024ca31481fbd6d11fd102dde.tar.bz2 |
Regenerated from Universal Headers 3.3.2
Diffstat (limited to 'Mac/Lib/lib-toolbox/Resources.py')
-rw-r--r-- | Mac/Lib/lib-toolbox/Resources.py | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Mac/Lib/lib-toolbox/Resources.py b/Mac/Lib/lib-toolbox/Resources.py index 922fe71..ccbe773 100644 --- a/Mac/Lib/lib-toolbox/Resources.py +++ b/Mac/Lib/lib-toolbox/Resources.py @@ -1,4 +1,4 @@ -# Generated from 'Macintosh HD:SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:Resources.h' +# Generated from 'Macintosh HD:SWDev:Metrowerks Codewarrior 6.0:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:Resources.h' resSysHeap = 64 resPurgeable = 32 @@ -8,7 +8,7 @@ resPreload = 4 resChanged = 2 mapReadOnly = 128 mapCompact = 64 -mapChanged = 32 +mapChanged = 32 resSysRefBit = 7 resSysHeapBit = 6 resPurgeableBit = 5 @@ -18,6 +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 |