Some of the new routines are carbon-only.

This commit is contained in:
Jack Jansen 2002-01-04 16:00:27 +00:00
parent 61fec30e1e
commit 3bac5ca11a
3 changed files with 18 additions and 4 deletions

View file

@ -8,7 +8,7 @@ resPreload = 4
resChanged = 2
mapReadOnly = 128
mapCompact = 64
mapChanged = 32
mapChanged = 32
resSysRefBit = 7
resSysHeapBit = 6
resPurgeableBit = 5
@ -18,10 +18,10 @@ resPreloadBit = 2
resChangedBit = 1
mapReadOnlyBit = 7
mapCompactBit = 6
mapChangedBit = 5
mapChangedBit = 5
kResFileNotOpened = -1
kSystemResFile = 0
kSystemResFile = 0
kRsrcChainBelowSystemMap = 0
kRsrcChainBelowApplicationMap = 1
kRsrcChainAboveApplicationMap = 2
kRsrcChainAboveAllMaps = 4
kRsrcChainAboveAllMaps = 4