From ff22b1948a1f2ee7f62d915c543d46a379e2082e Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 11 Dec 2016 19:44:51 -0500 Subject: api headers: added visual studio and hosted environment support. --- project/headers.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project') diff --git a/project/headers.mk b/project/headers.mk index 3ffb290..0863c1b 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -6,11 +6,11 @@ API_HEADERS = \ $(PROJECT_DIR)/include/$(PACKAGE)/pe_structs.h \ API_HEADERS_NT32 = \ - $(PROJECT_DIR)/include/$(PACKAGE)/bits/nt32/pe_inline_asm__gcc.h \ + $(PROJECT_DIR)/include/$(PACKAGE)/bits/nt32/pe_inline_asm__common.h \ $(PROJECT_DIR)/include/$(PACKAGE)/bits/nt32/pe_inline_asm__msvc.h \ API_HEADERS_NT64 = \ - $(PROJECT_DIR)/include/$(PACKAGE)/bits/nt64/pe_inline_asm__gcc.h \ + $(PROJECT_DIR)/include/$(PACKAGE)/bits/nt64/pe_inline_asm__common.h \ $(PROJECT_DIR)/include/$(PACKAGE)/bits/nt64/pe_inline_asm__msvc.h \ INTERNAL_HEADERS = \ -- cgit v1.2.3