From a413881baa6fe317b2e33fc611460a4576bf9d66 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 7 Jun 2020 18:40:10 +0000 Subject: string functions: added ntapi_tt_hex_utf8_to_uint{16|32|64|ptr}. --- project/common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'project') diff --git a/project/common.mk b/project/common.mk index 84749be..d72ab20 100644 --- a/project/common.mk +++ b/project/common.mk @@ -106,6 +106,7 @@ COMMON_SRCS = \ src/string/ntapi_tt_aligned_memcpy_utf16.c \ src/string/ntapi_tt_dec_utf16_to_uintptr.c \ src/string/ntapi_tt_hex_utf16_to_uintptr.c \ + src/string/ntapi_tt_hex_utf8_to_uintptr.c \ src/string/ntapi_tt_init_unicode_string_from_utf16.c \ src/string/ntapi_tt_memcpy_utf16.c \ src/string/ntapi_tt_strcmp_multibyte.c \ -- cgit v1.2.3