From de5b3010350adbf3c5b9ceb12ddc0a2658a0f5ac Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 Nov 2016 14:44:25 -0500 Subject: PE format: struct pe_image_dos_hdr --> struct pe_raw_image_dos_hdr. --- include/pemagine/pe_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pemagine/pe_structs.h') 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 */ -- cgit v1.2.3