From 9fdefdbcf17d60170da462a8c65ad0f863b3f465 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 30 Nov 2016 19:51:35 -0500 Subject: struct pe_{raw|meta}_opt_hdr_vers: member name normalization. --- include/perk/perk_structs.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include/perk/perk_structs.h') diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h index 9a20036..c942f47 100644 --- a/include/perk/perk_structs.h +++ b/include/perk/perk_structs.h @@ -57,13 +57,13 @@ struct pe_raw_opt_hdr_align { }; struct pe_raw_opt_hdr_vers { - unsigned char major_os_ver [0x02]; /* 0x28 */ - unsigned char minor_os_ver [0x02]; /* 0x2a */ - unsigned char major_image_ver [0x02]; /* 0x2c */ - unsigned char minor_image_ver [0x02]; /* 0x2e */ - unsigned char major_subsys_ver [0x02]; /* 0x30 */ - unsigned char minor_subsys_ver [0x02]; /* 0x32 */ - unsigned char win32_ver [0x04]; /* 0x34 */ + unsigned char coh_major_os_ver [0x02]; /* 0x28 */ + unsigned char coh_minor_os_ver [0x02]; /* 0x2a */ + unsigned char coh_major_image_ver [0x02]; /* 0x2c */ + unsigned char coh_minor_image_ver [0x02]; /* 0x2e */ + unsigned char coh_major_subsys_ver [0x02]; /* 0x30 */ + unsigned char coh_minor_subsys_ver [0x02]; /* 0x32 */ + unsigned char coh_win32_ver [0x04]; /* 0x34 */ }; struct pe_raw_opt_hdr_img { -- cgit v1.2.3