summaryrefslogtreecommitdiffhomepage
path: root/include/pemagine/pe_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-19 14:44:25 -0500
committermidipix <writeonce@midipix.org>2016-11-19 14:44:25 -0500
commitde5b3010350adbf3c5b9ceb12ddc0a2658a0f5ac (patch)
tree05dc766ecb9a740d02fec195d7f2416659ea886e /include/pemagine/pe_structs.h
parent70b202ce6334016bfd90be0dd7ee28b9a2262946 (diff)
downloadpemagine-de5b3010350adbf3c5b9ceb12ddc0a2658a0f5ac.tar.bz2
pemagine-de5b3010350adbf3c5b9ceb12ddc0a2658a0f5ac.tar.xz
PE format: struct pe_image_dos_hdr --> struct pe_raw_image_dos_hdr.
Diffstat (limited to 'include/pemagine/pe_structs.h')
-rw-r--r--include/pemagine/pe_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h
index 2baabb0..aa5fd69 100644
--- a/include/pemagine/pe_structs.h
+++ b/include/pemagine/pe_structs.h
@@ -5,7 +5,7 @@
extern "C" {
#endif
-struct pe_image_dos_hdr {
+struct pe_raw_image_dos_hdr {
unsigned char dos_magic [0x02]; /* 0x00 */
unsigned char dos_cblp [0x02]; /* 0x02 */
unsigned char dos_cp [0x02]; /* 0x04 */