Jack Jansen | ab98ae9 | 2001-08-19 22:13:00 +0000 | [diff] [blame] | 1 | # Generated from 'Resources.h' |
| 2 | |
| 3 | resSysHeap = 64 |
| 4 | resPurgeable = 32 |
| 5 | resLocked = 16 |
| 6 | resProtected = 8 |
| 7 | resPreload = 4 |
| 8 | resChanged = 2 |
| 9 | mapReadOnly = 128 |
| 10 | mapCompact = 64 |
| 11 | mapChanged = 32 |
| 12 | resSysRefBit = 7 |
| 13 | resSysHeapBit = 6 |
| 14 | resPurgeableBit = 5 |
| 15 | resLockedBit = 4 |
| 16 | resProtectedBit = 3 |
| 17 | resPreloadBit = 2 |
| 18 | resChangedBit = 1 |
| 19 | mapReadOnlyBit = 7 |
| 20 | mapCompactBit = 6 |
| 21 | mapChangedBit = 5 |
| 22 | kResFileNotOpened = -1 |
| 23 | kSystemResFile = 0 |
| 24 | kRsrcChainBelowSystemMap = 0 |
| 25 | kRsrcChainBelowApplicationMap = 1 |
| 26 | kRsrcChainAboveApplicationMap = 2 |
| 27 | kRsrcChainAboveAllMaps = 4 |