diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk_structs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h index 8835b87..06ff7ec 100644 --- a/include/perk/perk_structs.h +++ b/include/perk/perk_structs.h @@ -282,8 +282,8 @@ struct pe_raw_import_hdr { struct pe_raw_hint_name_entry { - unsigned char hint [0x02]; /* 0x00 */ - unsigned char name [0x02]; /* 0x02 */ + unsigned char ii_hint [0x02]; /* 0x00 */ + unsigned char ii_name [0x02]; /* 0x02 */ }; |