diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-12-18 17:50:29 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-12-18 17:50:29 (GMT) |
commit | 0e680b7608cf6a2e1be70569b4da2cf5a7204c2d (patch) | |
tree | e9fa59b12401e0b836f059c9666db6e429f0b12d /Mac/Lib/lib-toolbox/Resources.py | |
parent | 3802039cffa557c2f127ee874f77235e3786bf31 (diff) | |
download | cpython-0e680b7608cf6a2e1be70569b4da2cf5a7204c2d.zip cpython-0e680b7608cf6a2e1be70569b4da2cf5a7204c2d.tar.gz cpython-0e680b7608cf6a2e1be70569b4da2cf5a7204c2d.tar.bz2 |
Moved toolbox to lib-toolbox, Sjoerd-style.
Diffstat (limited to 'Mac/Lib/lib-toolbox/Resources.py')
-rw-r--r-- | Mac/Lib/lib-toolbox/Resources.py | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Mac/Lib/lib-toolbox/Resources.py b/Mac/Lib/lib-toolbox/Resources.py new file mode 100644 index 0000000..989e700 --- /dev/null +++ b/Mac/Lib/lib-toolbox/Resources.py @@ -0,0 +1,23 @@ +# Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Resources.h' + +resSysHeap = 64 +resPurgeable = 32 +resLocked = 16 +resProtected = 8 +resPreload = 4 +resChanged = 2 +mapReadOnly = 128 +mapCompact = 64 +mapChanged = 32 +resSysRefBit = 7 +resSysHeapBit = 6 +resPurgeableBit = 5 +resLockedBit = 4 +resProtectedBit = 3 +resPreloadBit = 2 +resChangedBit = 1 +mapReadOnlyBit = 7 +mapCompactBit = 6 +mapChangedBit = 5 +kResFileNotOpened = -1 +kSystemResFile = 0 |