summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-30 19:40:58 -0500
committermidipix <writeonce@midipix.org>2016-11-30 19:40:58 -0500
commitca9b3d5b1e56f79c38d98672602383b7ba23df70 (patch)
tree3a7f6f94d347993c9ec687cfe19db51004709c0d /include
parentd34ab8bdb645bcf57d27044828b0754c49933b5e (diff)
downloadperk-ca9b3d5b1e56f79c38d98672602383b7ba23df70.tar.bz2
perk-ca9b3d5b1e56f79c38d98672602383b7ba23df70.tar.xz
struct pe_{raw|meta}_opt_hdr_align: member name normalization.
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk_meta.h4
-rw-r--r--include/perk/perk_structs.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/perk/perk_meta.h b/include/perk/perk_meta.h
index 3ba97aa..931ff75 100644
--- a/include/perk/perk_meta.h
+++ b/include/perk/perk_meta.h
@@ -107,8 +107,8 @@ struct pe_meta_opt_hdr_vers {
};
struct pe_meta_opt_hdr_align {
- uint32_t section_align;
- uint32_t file_align;
+ uint32_t coh_section_align;
+ uint32_t coh_file_align;
};
struct pe_meta_opt_hdr_img {
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h
index b81f831..9a20036 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -52,8 +52,8 @@ struct pe_raw_opt_hdr_std {
};
struct pe_raw_opt_hdr_align {
- unsigned char section_align [0x04]; /* 0x20 */
- unsigned char file_align [0x04]; /* 0x24 */
+ unsigned char coh_section_align [0x04]; /* 0x20 */
+ unsigned char coh_file_align [0x04]; /* 0x24 */
};
struct pe_raw_opt_hdr_vers {