mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[WINESYNC] dbghelp: Use correct record in codeview_snarf_public.
Use public_vx iststead of data_vx for public symbols. Signed-off-by: Andreas Maier <staubim@quantentunnel.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id dbcf9728fa13ade68cc9d380002a5f6ae50fc0c0 by Andreas Maier <staubim@quantentunnel.de>
This commit is contained in:
parent
dfc5f68673
commit
616fb16a52
3 changed files with 20 additions and 10 deletions
|
@ -1350,6 +1350,16 @@ union codeview_symbol
|
|||
char name[1];
|
||||
} proc_v3;
|
||||
|
||||
struct
|
||||
{
|
||||
short int len;
|
||||
short int id;
|
||||
unsigned int offset;
|
||||
unsigned short segment;
|
||||
unsigned short symtype;
|
||||
struct p_string p_name;
|
||||
} public_v1;
|
||||
|
||||
struct
|
||||
{
|
||||
short int len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue