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