summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-02 16:43:42 -0500
committermidipix <writeonce@midipix.org>2016-12-02 16:43:42 -0500
commitf6b8ef5f17e9e3d05fa69466d9aa0bd3bc10ee36 (patch)
tree7c72fb09cfada01a664dfae7636bf1410223523b /include
parentc2233d033ca79391b493c45b1efa65a02103bd32 (diff)
downloadpemagine-f6b8ef5f17e9e3d05fa69466d9aa0bd3bc10ee36.tar.bz2
pemagine-f6b8ef5f17e9e3d05fa69466d9aa0bd3bc10ee36.tar.xz
struct pe_raw_hint_name_entry: member name normalization.
Diffstat (limited to 'include')
-rw-r--r--include/pemagine/pe_structs.h4
1 files changed, 2 insertions, 2 deletions
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 */
};