From 060eadf4e7f81c2d2da4f6c4b2f019186c47ec57 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 28 Jun 2016 15:33:11 -0400 Subject: string functions: added __ntapi_tt_strcmp_utf16(). --- project/common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'project') diff --git a/project/common.mk b/project/common.mk index 52b1a18..7e2b832 100644 --- a/project/common.mk +++ b/project/common.mk @@ -74,6 +74,7 @@ COMMON_SRCS = \ src/string/ntapi_tt_init_unicode_string_from_utf16.c \ src/string/ntapi_tt_memcpy_utf16.c \ 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_uintptr_to_hex_utf16.c \ src/string/ntapi_tt_uintptr_to_hex_utf8.c \ -- cgit v1.2.3