mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 18:25:58 +02:00
+ 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:
parent
fe49522e6f
commit
cdd2ba1a4d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user