https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5f9c500b2ccaa88f1aa8ff0109bf4f224efd5007

commit 5f9c500b2ccaa88f1aa8ff0109bf4f224efd5007
Author:     winesync <[email protected]>
AuthorDate: Fri Sep 11 15:55:24 2020 +0200
Commit:     Jérôme Gardou <[email protected]>
CommitDate: Wed Sep 16 10:35:39 2020 +0200

    [WINESYNC] dbghelp: Fix build failure on macOS.
    
    This was caused by commit 8d096fb5e262e5e87866d1a4a397da144a09b635.
    
    Signed-off-by: Huw Davies <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    
    wine commit id 74f425e70dfbc43da1eaf9048f45bed52ef1d66c by Huw Davies 
<[email protected]>
---
 dll/win32/dbghelp/macho_module.c | 2 +-
 sdk/tools/winesync/dbghelp.cfg   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dll/win32/dbghelp/macho_module.c b/dll/win32/dbghelp/macho_module.c
index a3f838f88ff..a0623352a73 100644
--- a/dll/win32/dbghelp/macho_module.c
+++ b/dll/win32/dbghelp/macho_module.c
@@ -1096,7 +1096,7 @@ static void macho_finish_stabs(struct module* module, 
struct hash_table* ht_symt
 
         if (ste->is_public && !(dbghelp_options & SYMOPT_NO_PUBLICS))
         {
-            symt_new_public(module, ste->compiland, ste->ht_elt.name, 
ste->addr, 0);
+            symt_new_public(module, ste->compiland, ste->ht_elt.name, 
ste->is_code, ste->addr, 0);
         }
     }
 }
diff --git a/sdk/tools/winesync/dbghelp.cfg b/sdk/tools/winesync/dbghelp.cfg
index 1814690ca8a..0db6fe0d30d 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: d614ac46718311f49541b32ac726c17a06077ae1
+  wine: 74f425e70dfbc43da1eaf9048f45bed52ef1d66c

Reply via email to