[WINESYNC] dbghelp: Define NT_GNU_BUILD_ID regardless of whether __ELF__ is defined.
authorwinesync <ros-dev@reactos.org>
Fri, 11 Sep 2020 16:45:01 +0000 (18:45 +0200)
committerJérôme Gardou <jerome.gardou@reactos.org>
Wed, 16 Sep 2020 08:35:50 +0000 (10:35 +0200)
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>

dll/win32/dbghelp/image_private.h
sdk/tools/winesync/dbghelp.cfg

index e07dea4..e614fda 100644 (file)
 #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
index a144f57..89e893d 100644 (file)
@@ -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