Module: wine Branch: master Commit: ddbd341bd0baa663338326246e2b05d8651743ff URL: https://source.winehq.org/git/wine.git/?a=commit;h=ddbd341bd0baa663338326246...
Author: Eric Pouech eric.pouech@gmail.com Date: Wed Jun 22 16:28:09 2022 +0200
dbghelp: Clearly separate the type loading into two passes.
- create (contentless) UDT & enum in first pass - fill UDT&enum content and load the rest of types in second pass.
Signed-off-by: Eric Pouech eric.pouech@gmail.com
---
dlls/dbghelp/msc.c | 491 +++++++++++++++++++++++++++-------------------------- 1 file changed, 246 insertions(+), 245 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ddbd341bd0baa66333832...