From 393c205aed99a73cb8ff984858f288f8cb901688 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 17 Jan 2017 19:40:32 +0000 Subject: ldso: added pe_open_physical_parent_directory(). --- project/common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'project/common.mk') diff --git a/project/common.mk b/project/common.mk index f8a5ce1..60c71f8 100644 --- a/project/common.mk +++ b/project/common.mk @@ -10,6 +10,7 @@ API_SRCS = \ src/headers/pe_get_image_section_tbl_addr.c \ src/headers/pe_get_image_special_hdr_addr.c \ src/imports/pe_enum_image_import_hdrs.c \ + src/ldso/pe_open_physical_parent_directory.c \ src/meta/pe_get_image_stack_heap_info.c \ src/meta/pe_get_symbol_module_info.c \ src/meta/pe_get_symbol_name.c \ @@ -21,4 +22,4 @@ API_SRCS = \ INTERNAL_SRCS = \ src/internal/pe_entry_point.c \ -COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS) \ No newline at end of file +COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS) -- cgit v1.2.3