From cdd2ba1a4deadb65f70f19db565c8136f6722885 Mon Sep 17 00:00:00 2001 From: nickysn Date: Fri, 14 Jun 2019 22:59:50 +0000 Subject: [PATCH] + 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 - --- compiler/omfbase.pas | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compiler/omfbase.pas b/compiler/omfbase.pas index e861baa875..5ccfc88e6e 100644 --- a/compiler/omfbase.pas +++ b/compiler/omfbase.pas @@ -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,