diff options
author | midipix <writeonce@midipix.org> | 2017-02-02 22:48:07 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-02-02 22:48:07 -0500 |
commit | 2653052944aef689484299c3f257db993dda106d (patch) | |
tree | c51e8ab2a1a206b4581a5e156681b458bd668cee /project | |
parent | 85b39215b7264022460d3895e755e337485807b8 (diff) | |
download | ntapi-2653052944aef689484299c3f257db993dda106d.tar.bz2 ntapi-2653052944aef689484299c3f257db993dda106d.tar.xz |
added crc64 definitions and interfaces.
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 | ||||
-rw-r--r-- | project/headers.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index ef8b350..e04e1f3 100644 --- a/project/common.mk +++ b/project/common.mk @@ -17,6 +17,7 @@ COMMON_SRCS = \ src/fs/ntapi_tt_statfs.c \ src/guid/ntapi_tt_guid.c \ src/hash/ntapi_tt_crc32.c \ + src/hash/ntapi_tt_crc64.c \ src/hash/ntapi_tt_populate_hashed_import_table.c \ src/internal/ntapi.c \ src/internal/ntapi_debug.c \ diff --git a/project/headers.mk b/project/headers.mk index 327e8e9..bb502bf 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -9,6 +9,7 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_blitter.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_compiler.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_crc32.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/./nt_crc64.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_daemon.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_dalist.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_debug.h \ |