mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 12:09:44 +00:00
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:
parent
4421abdb59
commit
0136b3a951
2 changed files with 8 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue