Eric Pouech : dbghelp: Return SymTagExe when requesting lexical parent of SymTagPublicSymbol in SymGetTypeInfo().

Alexandre Julliard julliard at winehq.org
Wed Oct 6 15:51:37 CDT 2021


Module: wine
Branch: master
Commit: 2716e20438b3bbd448f65d6d9d7109369f93b540
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=2716e20438b3bbd448f65d6d9d7109369f93b540

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Wed Oct  6 10:02:00 2021 +0200

dbghelp: Return SymTagExe when requesting lexical parent of SymTagPublicSymbol in SymGetTypeInfo().

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dbghelp/type.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/dbghelp/type.c b/dlls/dbghelp/type.c
index 4e322ea5364..eaec124c57b 100644
--- a/dlls/dbghelp/type.c
+++ b/dlls/dbghelp/type.c
@@ -775,6 +775,7 @@ BOOL symt_get_info(struct module* module, const struct symt* type,
         case SymTagBaseType:
         case SymTagTypedef:
         case SymTagBaseClass:
+        case SymTagPublicSymbol:
             X(DWORD) = symt_ptr2index(module, &module->top->symt);
             break;
         default:




More information about the wine-cvs mailing list