mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
fix log2lines build
svn path=/trunk/; revision=41026
This commit is contained in:
parent
000423fd64
commit
d07aa40490
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue