* include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM

IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
This commit is contained in:
Danny Smith
2003-01-11 06:06:46 +00:00
parent 18d821e186
commit c3e8272116
2 changed files with 7 additions and 0 deletions

View File

@@ -699,6 +699,8 @@ typedef DWORD FLONG;
#define IMAGE_FILE_EXECUTABLE_IMAGE 2
#define IMAGE_FILE_LINE_NUMS_STRIPPED 4
#define IMAGE_FILE_LOCAL_SYMS_STRIPPED 8
#define IMAGE_FILE_AGGRESIVE_WS_TRIM 16
#define IMAGE_FILE_LARGE_ADDRESS_AWARE 32
#define IMAGE_FILE_BYTES_REVERSED_LO 128
#define IMAGE_FILE_32BIT_MACHINE 256
#define IMAGE_FILE_DEBUG_STRIPPED 512