Revert "[DBGHELP] use correct record in codeview_snarf_public."

This reverts commit e3447d02c1.

This will be applied later through the winesync script
This commit is contained in:
Jérôme Gardou 2020-09-11 15:45:54 +02:00
parent 4421abdb59
commit 0136b3a951
2 changed files with 8 additions and 18 deletions

View file

@ -1350,16 +1350,6 @@ 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;