blob: 8030396a9f36f8ddbc1dd18b31efa9f7731e6db5 [file] [log] [blame]
Jack Jansenab98ae92001-08-19 22:13:00 +00001# Generated from 'Resources.h'
2
3resSysHeap = 64
4resPurgeable = 32
5resLocked = 16
6resProtected = 8
7resPreload = 4
8resChanged = 2
9mapReadOnly = 128
10mapCompact = 64
Jack Jansen3bac5ca2002-01-04 16:00:27 +000011mapChanged = 32
Jack Jansenab98ae92001-08-19 22:13:00 +000012resSysRefBit = 7
13resSysHeapBit = 6
14resPurgeableBit = 5
15resLockedBit = 4
16resProtectedBit = 3
17resPreloadBit = 2
18resChangedBit = 1
19mapReadOnlyBit = 7
20mapCompactBit = 6
Jack Jansen3bac5ca2002-01-04 16:00:27 +000021mapChangedBit = 5
Jack Jansenab98ae92001-08-19 22:13:00 +000022kResFileNotOpened = -1
Jack Jansen3bac5ca2002-01-04 16:00:27 +000023kSystemResFile = 0
Jack Jansenab98ae92001-08-19 22:13:00 +000024kRsrcChainBelowSystemMap = 0
25kRsrcChainBelowApplicationMap = 1
26kRsrcChainAboveApplicationMap = 2
Jack Jansen3bac5ca2002-01-04 16:00:27 +000027kRsrcChainAboveAllMaps = 4