Commit 6cb7cd19 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

dbghelp: Avoid unconditional use of NT_GNU_BUILD_ID.

parent 4c44e151
......@@ -56,6 +56,10 @@
#define ELF_INFO_MODULE 0x0002
#define ELF_INFO_NAME 0x0004
#ifndef NT_GNU_BUILD_ID
#define NT_GNU_BUILD_ID 3
#endif
WINE_DEFAULT_DEBUG_CHANNEL(dbghelp);
struct elf_info
......
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