Author: spetreolle Date: Thu May 21 18:15:51 2009 New Revision: 41026
URL: http://svn.reactos.org/svn/reactos?rev=41026&view=rev Log: fix log2lines build
Modified: trunk/reactos/tools/rsym/rsym.h
Modified: trunk/reactos/tools/rsym/rsym.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rsym/rsym.h?rev=41026... ============================================================================== --- trunk/reactos/tools/rsym/rsym.h [iso-8859-1] (original) +++ trunk/reactos/tools/rsym/rsym.h [iso-8859-1] Thu May 21 18:15:51 2009 @@ -2,6 +2,9 @@
#ifndef RSYM_H #define RSYM_H + +#define IMAGE_NT_OPTIONAL_HDR32_MAGIC 0x010b +#define IMAGE_NT_OPTIONAL_HDR64_MAGIC 0x020b
#define IMAGE_DOS_MAGIC 0x5a4d #define IMAGE_PE_MAGIC 0x00004550