+ added constants for the known CC_OmfExtension record subtypes (IMPDEF and

EXPDEF are the ones we care about - they are used in win16 dll import and
  export libraries)

git-svn-id: trunk@42231 -
This commit is contained in:
nickysn 2019-06-14 22:59:50 +00:00
parent fe49522e6f
commit cdd2ba1a4d

View File

@ -159,6 +159,12 @@ interface
CC_DependencyFileBorland = $E9;
CC_CommandLineMicrosoft = $FF;
{ CC_OmfExtension subtypes }
CC_OmfExtension_IMPDEF = $01;
CC_OmfExtension_EXPDEF = $02;
CC_OmfExtension_INCDEF = $03;
CC_OmfExtension_LNKDIR = $05;
type
TOmfSegmentAlignment = (
saAbsolute = 0,