From f6b8ef5f17e9e3d05fa69466d9aa0bd3bc10ee36 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 2 Dec 2016 16:43:42 -0500 Subject: struct pe_raw_hint_name_entry: member name normalization. --- include/pemagine/pe_structs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h index c0a8be7..0f5c46f 100644 --- a/include/pemagine/pe_structs.h +++ b/include/pemagine/pe_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 */ }; -- cgit v1.2.3