summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-06-28 15:37:43 -0400
committermidipix <writeonce@midipix.org>2016-06-28 19:46:40 -0400
commit964eed7331c807e553ec42637151fda21b5495d9 (patch)
tree391ff6c01b0e93a87f8ad9c11fa2a9bdd6f29b50 /project
parent060eadf4e7f81c2d2da4f6c4b2f019186c47ec57 (diff)
downloadntapi-964eed7331c807e553ec42637151fda21b5495d9.tar.bz2
ntapi-964eed7331c807e553ec42637151fda21b5495d9.tar.xz
string functions: added __ntapi_tt_strncmp_multibyte().
Diffstat (limited to 'project')
-rw-r--r--project/common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk
index 7e2b832..bbeb2fc 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -76,6 +76,7 @@ COMMON_SRCS = \
src/string/ntapi_tt_strcmp_multibyte.c \
src/string/ntapi_tt_strcmp_utf16.c \
src/string/ntapi_tt_string_null_offset.c \
+ src/string/ntapi_tt_strncmp_multibyte.c \
src/string/ntapi_tt_uintptr_to_hex_utf16.c \
src/string/ntapi_tt_uintptr_to_hex_utf8.c \
src/sync/ntapi_tt_create_event.c \