summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-06-28 15:42:54 -0400
committermidipix <writeonce@midipix.org>2016-06-28 19:46:41 -0400
commita2ea1bdf70166f887457b5462332d2df4f6f54c5 (patch)
tree4ab3559d0e526fc7df2d59edcaec53ccf277430c /project
parent964eed7331c807e553ec42637151fda21b5495d9 (diff)
downloadntapi-a2ea1bdf70166f887457b5462332d2df4f6f54c5.tar.bz2
ntapi-a2ea1bdf70166f887457b5462332d2df4f6f54c5.tar.xz
string functions: added __ntapi_tt_strncmp_utf16().
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 bbeb2fc..8dd2dfc 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -77,6 +77,7 @@ COMMON_SRCS = \
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_strncmp_utf16.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 \