fix log2lines build

svn path=/trunk/; revision=41026
This commit is contained in:
Sylvain Petreolle 2009-05-21 14:15:51 +00:00
parent 000423fd64
commit d07aa40490

View file

@ -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