From 4d1d576c44b786822b7a6dd2a312f9050aee44ea Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Mon, 13 Jun 2011 19:54:35 +0000 Subject: [PATCH] forgot a pecoff.h update svn path=/trunk/; revision=52220 --- reactos/tools/pecoff.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/tools/pecoff.h b/reactos/tools/pecoff.h index e96af9bc3d3..ff0bfdf3e36 100644 --- a/reactos/tools/pecoff.h +++ b/reactos/tools/pecoff.h @@ -42,6 +42,7 @@ #define IMAGE_NUMBEROF_DIRECTORY_ENTRIES 16 #define IMAGE_REL_I386_ABSOLUTE 0x0001 +#define IMAGE_REL_I386_DIR32 0x0006 typedef unsigned char BYTE; typedef unsigned char UCHAR;