summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-06-07 18:40:10 +0000
committermidipix <writeonce@midipix.org>2020-06-08 10:40:55 +0000
commita413881baa6fe317b2e33fc611460a4576bf9d66 (patch)
tree28e06920b5c39b82f05b0e24010e44935b07b37e /project
parent5d7f04b12d74098966e9cf47e9ded29ec8b74ceb (diff)
downloadntapi-a413881baa6fe317b2e33fc611460a4576bf9d66.tar.bz2
ntapi-a413881baa6fe317b2e33fc611460a4576bf9d66.tar.xz
string functions: added ntapi_tt_hex_utf8_to_uint{16|32|64|ptr}.
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 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 \