summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-02 16:47:39 -0500
committermidipix <writeonce@midipix.org>2016-12-02 16:47:39 -0500
commitc8c13111b25d5953956742de4c54e5856737df13 (patch)
tree3dcbf4a17b79ada5ca9784f6fb0ffa378d9cf412 /include
parent982672e537f7dd26e875755f3c20f81e6bf7ba65 (diff)
downloadperk-c8c13111b25d5953956742de4c54e5856737df13.tar.bz2
perk-c8c13111b25d5953956742de4c54e5856737df13.tar.xz
struct pe_raw_hint_name_entry: member name normalization.
Diffstat (limited to 'include')
-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 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 */
};