diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 = \ |