moved CodeView parser code into separate file

This commit is contained in:
Nikita Smith
2025-01-08 03:24:35 -08:00
parent be81533f63
commit 3961f93d1a
11 changed files with 2901 additions and 2895 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ typedef struct PDB_Info
{
PDB_InfoNode *first;
PDB_InfoNode *last;
COFF_Guid auth_guid;
Guid auth_guid;
} PDB_Info;
typedef struct PDB_InfoHeader