From 385f4beb4321037ed294a0927c39d3c10faf4700 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 16 Jun 2025 02:29:31 +0000 Subject: api: renamed struct pe_raw_base_reloc_block as struct pe_raw_base_reloc_blk. --- include/perk/perk_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h index 4497758..8d1d27d 100644 --- a/include/perk/perk_structs.h +++ b/include/perk/perk_structs.h @@ -343,7 +343,7 @@ struct pe_raw_coff_reloc { }; -struct pe_raw_base_reloc_block { +struct pe_raw_base_reloc_blk { unsigned char blk_rva [0x04]; /* 0x00 */ unsigned char blk_size [0x04]; /* 0x04 */ unsigned char blk_data[] [0x02]; /* 0x08 */ -- cgit v1.2.3