From d2434891f37ef9592fa2e6b606d4a4411500d94b Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 30 May 2025 22:45:18 +0000 Subject: library api: _info_ (image abi and framework info) namespace overhaul. --- project/common.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'project') diff --git a/project/common.mk b/project/common.mk index 24ecfad..ef923e4 100644 --- a/project/common.mk +++ b/project/common.mk @@ -15,10 +15,10 @@ API_SRCS = \ src/hexdump/pe_hexdump_coff_object_hdr.c \ src/hexdump/pe_hexdump_coff_opt_hdr.c \ src/hexdump/pe_hexdump_sec_tbl.c \ - src/info/pe_get_image_abi.c \ - src/info/pe_get_image_framework.c \ - src/info/pe_get_image_subsystem.c \ - src/info/pe_get_image_subtype.c \ + src/info/pe_info_get_image_abi.c \ + src/info/pe_info_get_image_framework.c \ + src/info/pe_info_get_image_subsystem.c \ + src/info/pe_info_get_image_subtype.c \ src/logic/pe_get_image_meta.c \ src/logic/pe_map_raw_image.c \ src/output/pe_output_error.c \ -- cgit v1.2.3