From bbf7fc20ab7b3b762e60ceb1cd19655877d2f329 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 8 Feb 2017 21:50:30 -0500 Subject: PE defs: renamed struct pe_aux_rec_section --> struct pe_raw_aux_rec_section. --- src/internal/perk/perk_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal/perk/perk_structs.h') diff --git a/src/internal/perk/perk_structs.h b/src/internal/perk/perk_structs.h index 8ec0b94..09f4105 100644 --- a/src/internal/perk/perk_structs.h +++ b/src/internal/perk/perk_structs.h @@ -340,7 +340,7 @@ struct pe_raw_coff_reloc { }; -struct pe_aux_rec_section { +struct pe_raw_aux_rec_section { unsigned char aux_size [0x04]; /* 0x00 */ unsigned char aux_num_of_relocs [0x02]; /* 0x04 */ unsigned char aux_num_of_line_nums [0x02]; /* 0x06 */ -- cgit v1.2.3