winnt.h: Add defines for new DLL characteristics.

oldstable
Kevin Koltzau 2006-11-16 22:23:14 -05:00 committed by Alexandre Julliard
parent 7c34694c01
commit 8cebef6797
1 changed files with 3 additions and 0 deletions

View File

@ -2198,6 +2198,9 @@ typedef struct _IMAGE_VXD_HEADER {
#define IMAGE_SUBSYSTEM_XBOX 14
/* DLL Characteristics */
#define IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE 0x0040
#define IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY 0x0080
#define IMAGE_DLLCHARACTERISTICS_NX_COMPAT 0x0100
#define IMAGE_DLLCHARACTERISTICS_NO_ISOLATION 0x0200
#define IMAGE_DLLCHARACTERISTICS_NO_SEH 0x0400
#define IMAGE_DLLCHARACTERISTICS_NO_BIND 0x0800