Commit f7a091af authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

dbghelp: Define NT_GNU_BUILD_ID regardless of whether __ELF__ is defined.

parent 2b3904d2
......@@ -52,10 +52,11 @@
#ifndef SHT_NULL
#define SHT_NULL 0
#endif
#endif
#ifndef NT_GNU_BUILD_ID
#define NT_GNU_BUILD_ID 3
#endif
#endif
/* structure holding information while handling an ELF image
* allows one by one section mapping for memory savings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment