From: Sylvain Petreolle Date: Thu, 21 May 2009 14:15:51 +0000 (+0000) Subject: fix log2lines build X-Git-Tag: ReactOS-0.3.10~353 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=d07aa40490ca115b1fed054775527e1c1cffe06e fix log2lines build svn path=/trunk/; revision=41026 --- diff --git a/reactos/tools/rsym/rsym.h b/reactos/tools/rsym/rsym.h index 91b6c6d42b0..82261facec3 100644 --- a/reactos/tools/rsym/rsym.h +++ b/reactos/tools/rsym/rsym.h @@ -3,6 +3,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 #define IMAGE_SIZEOF_SHORT_NAME 8