mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:39:31 +02:00
+ added type TNewExeAdditionalHeaderFlags
git-svn-id: trunk@42188 -
This commit is contained in:
parent
ded3dec22a
commit
465e8a99e0
@ -346,6 +346,13 @@ interface
|
||||
nehfIsDLL); { bit 15 }
|
||||
TNewExeHeaderFlags = set of TNewExeHeaderFlag;
|
||||
|
||||
TNewExeAdditionalHeaderFlag = (
|
||||
neahfLFNSupport, { bit 0 }
|
||||
neahfWindows2ProtectedMode, { bit 1 }
|
||||
neahfWindows2ProportionalFonts, { bit 2 }
|
||||
neahfHasGangloadArea); { bit 3 }
|
||||
TNewExeAdditionalHeaderFlags = set of TNewExeAdditionalHeaderFlag;
|
||||
|
||||
TNewExeTargetOS = (
|
||||
netoUnknown = $00,
|
||||
netoOS2 = $01,
|
||||
|
Loading…
Reference in New Issue
Block a user