summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-30 19:51:35 -0500
committermidipix <writeonce@midipix.org>2016-11-30 19:51:35 -0500
commit9fdefdbcf17d60170da462a8c65ad0f863b3f465 (patch)
tree44a33ebb28a667b4e3dd08d4406603cfbae9ccd2 /include/perk/perk_structs.h
parentb69b15112efed38cea1e09629914ba3cfdbe391f (diff)
downloadperk-9fdefdbcf17d60170da462a8c65ad0f863b3f465.tar.bz2
perk-9fdefdbcf17d60170da462a8c65ad0f863b3f465.tar.xz
struct pe_{raw|meta}_opt_hdr_vers: member name normalization.
Diffstat (limited to 'include/perk/perk_structs.h')
-rw-r--r--include/perk/perk_structs.h14
1 files changed, 7 insertions, 7 deletions
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 {