dbghelp: Define NT_GNU_BUILD_ID regardless of whether __ELF__ is defined.

Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Gerald Pfeifer 2020-03-28 16:23:58 +01:00 committed by Alexandre Julliard
parent 2b3904d233
commit f7a091af48
1 changed files with 2 additions and 1 deletions

View File

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