mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 02:29:36 +02:00
* large image aware PE flag value. Fixes Delphi programs that set peflags with constant.
git-svn-id: trunk@28737 -
This commit is contained in:
parent
ff2186ce00
commit
bcfe5eb146
@ -5911,7 +5911,7 @@ const
|
||||
IMAGE_FILE_MACHINE_AMD64 = $8664; // AMD64 (K8)
|
||||
IMAGE_FILE_MACHINE_M32R = $9041; // M32R little-endian
|
||||
IMAGE_FILE_MACHINE_CEE = $C0EE;
|
||||
|
||||
IMAGE_FILE_LARGE_ADDRESS_AWARE = $20; // for peflags.
|
||||
|
||||
GWLP_WNDPROC = -4;
|
||||
GWLP_HINSTANCE = -6;
|
||||
|
Loading…
Reference in New Issue
Block a user