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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h
index 28ac5a7..deb3adb 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -265,10 +265,10 @@ union pe_raw_export_addr_tbl {
union pe_raw_import_lookup {
- unsigned char import_lookup_entry_64 [0x08]; /* 0x00 */
- unsigned char import_lookup_entry_32 [0x04]; /* 0x00 */
- unsigned char hint_name_tbl_rva [0x04]; /* 0x00 */
- unsigned char ordinal_number [0x02]; /* 0x00 */
+ unsigned char ii_import_lookup_entry_64 [0x08]; /* 0x00 */
+ unsigned char ii_import_lookup_entry_32 [0x04]; /* 0x00 */
+ unsigned char ii_hint_name_tbl_rva [0x04]; /* 0x00 */
+ unsigned char ii_ordinal_number [0x02]; /* 0x00 */
};