https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e656f48c38be87b0ee6467a2f2a09ea596ea022b
commit e656f48c38be87b0ee6467a2f2a09ea596ea022b Author: winesync <[email protected]> AuthorDate: Fri Sep 11 18:45:01 2020 +0200 Commit: Jérôme Gardou <[email protected]> CommitDate: Wed Sep 16 10:35:50 2020 +0200 [WINESYNC] dbghelp: Define NT_GNU_BUILD_ID regardless of whether __ELF__ is defined. Signed-off-by: Gerald Pfeifer <[email protected]> Signed-off-by: Jacek Caban <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> wine commit id f7a091af4812ef692fb2b1ec835b8146668aec5c by Gerald Pfeifer <[email protected]> --- dll/win32/dbghelp/image_private.h | 5 +---- sdk/tools/winesync/dbghelp.cfg | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/dll/win32/dbghelp/image_private.h b/dll/win32/dbghelp/image_private.h index e07dea4d267..e614fda237c 100644 --- a/dll/win32/dbghelp/image_private.h +++ b/dll/win32/dbghelp/image_private.h @@ -54,14 +54,11 @@ #ifndef SHT_NULL #define SHT_NULL 0 #endif -#ifndef NT_GNU_BUILD_ID -#define NT_GNU_BUILD_ID 3 #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 * allows one by one section mapping for memory savings diff --git a/sdk/tools/winesync/dbghelp.cfg b/sdk/tools/winesync/dbghelp.cfg index a144f573d98..89e893dadfe 100644 --- a/sdk/tools/winesync/dbghelp.cfg +++ b/sdk/tools/winesync/dbghelp.cfg @@ -4,4 +4,4 @@ files: include/dbghelp.h: sdk/include/psdk/dbghelp.h include/wine/mscvpdb.h: sdk/include/reactos/wine/mscvpdb.h tags: - wine: f803da493aeb4cf118fb9b076e8042c2535fbcdb + wine: f7a091af4812ef692fb2b1ec835b8146668aec5c
