diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-19 22:20:55 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-19 22:20:55 (GMT) |
commit | 63f6b4984b9cd0e90402a375f3298cd94ed8bb55 (patch) | |
tree | 2ade02b92ed11e2b7b433c955c687fef999f1313 /Mac/Lib/lib-toolbox/Resources.py | |
parent | ab98ae9b4e004edbd8cff5893f0d580658682a6c (diff) | |
download | cpython-63f6b4984b9cd0e90402a375f3298cd94ed8bb55.zip cpython-63f6b4984b9cd0e90402a375f3298cd94ed8bb55.tar.gz cpython-63f6b4984b9cd0e90402a375f3298cd94ed8bb55.tar.bz2 |
Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to the Carbon package.
Diffstat (limited to 'Mac/Lib/lib-toolbox/Resources.py')
-rw-r--r-- | Mac/Lib/lib-toolbox/Resources.py | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Mac/Lib/lib-toolbox/Resources.py b/Mac/Lib/lib-toolbox/Resources.py deleted file mode 100644 index be1947d..0000000 --- a/Mac/Lib/lib-toolbox/Resources.py +++ /dev/null @@ -1,27 +0,0 @@ -# Generated from '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 -kRsrcChainBelowSystemMap = 0 -kRsrcChainBelowApplicationMap = 1 -kRsrcChainAboveApplicationMap = 2 -kRsrcChainAboveAllMaps = 4 |