From a2ea1bdf70166f887457b5462332d2df4f6f54c5 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 28 Jun 2016 15:42:54 -0400 Subject: string functions: added __ntapi_tt_strncmp_utf16(). --- project/common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'project') 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 \ -- cgit v1.2.3