diff options
author | midipix <writeonce@midipix.org> | 2016-12-11 22:03:56 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-11 22:27:48 -0500 |
commit | e419cc65ad36df725d6a75d63f75ec6fa554e990 (patch) | |
tree | f63ee4a6977c22bd8287b7be94cc54b4ea0cc1b1 /project | |
parent | 414ad3febdf628089d2b8be93405a5f1023b06d0 (diff) | |
download | ntapi-e419cc65ad36df725d6a75d63f75ec6fa554e990.tar.bz2 ntapi-e419cc65ad36df725d6a75d63f75ec6fa554e990.tar.xz |
api headers: added nt_api.h, supporting visual studio and hosted environments.
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk index 4579849..4c908cd 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -1,5 +1,6 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_abi.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/./nt_api.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_acl.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_argv.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_atom.h \ |