summaryrefslogtreecommitdiffhomepage
path: root/src/internal/perk/perk_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-02-08 21:50:30 -0500
committermidipix <writeonce@midipix.org>2017-02-08 22:28:37 -0500
commitbbf7fc20ab7b3b762e60ceb1cd19655877d2f329 (patch)
treec59d968f4d2d788e0fab1cff513e5199d18da2ad /src/internal/perk/perk_structs.h
parent00a88c01dc20c33da1936600d46974d460a23cc4 (diff)
downloadmdso-bbf7fc20ab7b3b762e60ceb1cd19655877d2f329.tar.bz2
mdso-bbf7fc20ab7b3b762e60ceb1cd19655877d2f329.tar.xz
PE defs: renamed struct pe_aux_rec_section --> struct pe_raw_aux_rec_section.
Diffstat (limited to 'src/internal/perk/perk_structs.h')
-rw-r--r--src/internal/perk/perk_structs.h2
1 files changed, 1 insertions, 1 deletions
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 */