[ros-diffs] [spetreolle] 41026: fix log2lines build

spetreolle at svn.reactos.org spetreolle at svn.reactos.org
Thu May 21 16:15:52 CEST 2009


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&r1=41025&r2=41026&view=diff
==============================================================================
--- 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



More information about the Ros-diffs mailing list