Author: tkreuzer
Date: Mon Jun 13 19:54:35 2011
New Revision: 52220
URL:
http://svn.reactos.org/svn/reactos?rev=52220&view=rev
Log:
forgot a pecoff.h update
Modified:
trunk/reactos/tools/pecoff.h
Modified: trunk/reactos/tools/pecoff.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/pecoff.h?rev=52220&a…
==============================================================================
--- trunk/reactos/tools/pecoff.h [iso-8859-1] (original)
+++ trunk/reactos/tools/pecoff.h [iso-8859-1] Mon Jun 13 19:54:35 2011
@@ -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;