aboutsummaryrefslogtreecommitdiff
path: root/include/pe.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pe.h')
-rw-r--r--include/pe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pe.h b/include/pe.h
index 36e1908b7ea..c7aeb2dcb6f 100644
--- a/include/pe.h
+++ b/include/pe.h
@@ -48,7 +48,6 @@ typedef struct _IMAGE_DOS_HEADER {
#define IMAGE_NT_OPTIONAL_HDR32_MAGIC 0x10b
#define IMAGE_NT_OPTIONAL_HDR64_MAGIC 0x20b
-#define IMAGE_SUBSYSTEM_EFI_APPLICATION 10
typedef struct _IMAGE_FILE_HEADER {
uint16_t Machine;