removed coff guid and added missing defrange symbol

This commit is contained in:
Nikita Smith
2025-01-08 03:24:35 -08:00
parent 41d4bcfe11
commit be81533f63
2 changed files with 38 additions and 38 deletions
-10
View File
@@ -11,16 +11,6 @@ typedef U32 COFF_TimeStamp;
#pragma pack(push,1)
typedef struct COFF_Guid COFF_Guid;
struct COFF_Guid
{
U32 data1;
U16 data2;
U16 data3;
U32 data4;
U32 data5;
};
typedef U16 COFF_Flags;
enum
{