mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[WINESYNC] 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> wine commit id f7a091af4812ef692fb2b1ec835b8146668aec5c by Gerald Pfeifer <gerald@pfeifer.com>
This commit is contained in:
parent
9b31d0349d
commit
e656f48c38
2 changed files with 3 additions and 6 deletions
|
@ -54,14 +54,11 @@
|
||||||
#ifndef SHT_NULL
|
#ifndef SHT_NULL
|
||||||
#define SHT_NULL 0
|
#define SHT_NULL 0
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef NT_GNU_BUILD_ID
|
#ifndef NT_GNU_BUILD_ID
|
||||||
#define NT_GNU_BUILD_ID 3
|
#define NT_GNU_BUILD_ID 3
|
||||||
#endif
|
#endif
|
||||||
#elif defined(__REACTOS__)
|
|
||||||
#ifndef NT_GNU_BUILD_ID
|
|
||||||
#define NT_GNU_BUILD_ID 3
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* structure holding information while handling an ELF image
|
/* structure holding information while handling an ELF image
|
||||||
* allows one by one section mapping for memory savings
|
* allows one by one section mapping for memory savings
|
||||||
|
|
|
@ -4,4 +4,4 @@ files:
|
||||||
include/dbghelp.h: sdk/include/psdk/dbghelp.h
|
include/dbghelp.h: sdk/include/psdk/dbghelp.h
|
||||||
include/wine/mscvpdb.h: sdk/include/reactos/wine/mscvpdb.h
|
include/wine/mscvpdb.h: sdk/include/reactos/wine/mscvpdb.h
|
||||||
tags:
|
tags:
|
||||||
wine: f803da493aeb4cf118fb9b076e8042c2535fbcdb
|
wine: f7a091af4812ef692fb2b1ec835b8146668aec5c
|
||||||
|
|
Loading…
Reference in a new issue