diff options
author | midipix <writeonce@midipix.org> | 2016-11-19 17:32:49 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-19 17:39:37 -0500 |
commit | 3f9c39c71d290cbe9e4a8f321658a6e00bec5338 (patch) | |
tree | 63db4f57fc84166d220044cf7d30e554e0496f8a /project | |
parent | 845777b5df3c7a6cd48525449f08b9cfd2b7c8a2 (diff) | |
download | pemagine-3f9c39c71d290cbe9e4a8f321658a6e00bec5338.tar.bz2 pemagine-3f9c39c71d290cbe9e4a8f321658a6e00bec5338.tar.xz |
pe_impl.h: linkage: helper string functions are now static inlined functions.
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project/common.mk b/project/common.mk index 1b98bcd..6563de5 100644 --- a/project/common.mk +++ b/project/common.mk @@ -10,7 +10,6 @@ COMMON_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/internal/pe_impl.c \ src/internal/pe_entry_point.c \ src/meta/pe_get_image_stack_heap_info.c \ src/meta/pe_get_symbol_module_info.c \ |