From 8bf8b6bb6a1866d8a2cac15c745cbe6fdb04e63c Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 29 Jan 2017 02:31:00 +0000 Subject: ldso: added pe_ldso.h to ensure namespace isolation in hosted executables. --- project/headers.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'project') diff --git a/project/headers.mk b/project/headers.mk index f9ee61d..a01f02c 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -3,6 +3,7 @@ API_HEADERS = \ $(PROJECT_DIR)/include/$(PACKAGE)/pe_api.h \ $(PROJECT_DIR)/include/$(PACKAGE)/pe_consts.h \ $(PROJECT_DIR)/include/$(PACKAGE)/pe_inline_asm.h \ + $(PROJECT_DIR)/include/$(PACKAGE)/pe_ldso.h \ $(PROJECT_DIR)/include/$(PACKAGE)/pe_structs.h \ API_HEADERS_NT32 = \ -- cgit v1.2.3