mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-24 04:39:23 +01: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_DependencyFileBorland = $E9;
|
||||||
CC_CommandLineMicrosoft = $FF;
|
CC_CommandLineMicrosoft = $FF;
|
||||||
|
|
||||||
|
{ CC_OmfExtension subtypes }
|
||||||
|
CC_OmfExtension_IMPDEF = $01;
|
||||||
|
CC_OmfExtension_EXPDEF = $02;
|
||||||
|
CC_OmfExtension_INCDEF = $03;
|
||||||
|
CC_OmfExtension_LNKDIR = $05;
|
||||||
|
|
||||||
type
|
type
|
||||||
TOmfSegmentAlignment = (
|
TOmfSegmentAlignment = (
|
||||||
saAbsolute = 0,
|
saAbsolute = 0,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user