summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/perk/perk_structs.h')
-rw-r--r--include/perk/perk_structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h
index 9bcd366..4a7f647 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -224,8 +224,8 @@ union pe_raw_opt_hdr {
struct pe_raw_image_data_dir {
- unsigned char rva [0x04]; /* 0x00 */
- unsigned char size [0x04]; /* 0x04 */
+ unsigned char dh_rva [0x04]; /* 0x00 */
+ unsigned char dh_size [0x04]; /* 0x04 */
};