Browse Source

* large image aware PE flag value. Fixes Delphi programs that set peflags with constant.

git-svn-id: trunk@28737 -
marco 11 years ago
parent
commit
bcfe5eb146
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/wininc/defines.inc

+ 1 - 1
rtl/win/wininc/defines.inc

@@ -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;