diff options
author | midipix <writeonce@midipix.org> | 2018-06-14 07:51:51 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-06-14 07:49:38 -0400 |
commit | aac1ecb7acc5196664ef65a2467cbe45c097841c (patch) | |
tree | e1fefcedf6fc20a83251a30ab64da44d8377857f /project | |
parent | f7c707fbe9b789803030fe278e3177cd79c0d3cf (diff) | |
download | ntapi-aac1ecb7acc5196664ef65a2467cbe45c097841c.tar.bz2 ntapi-aac1ecb7acc5196664ef65a2467cbe45c097841c.tar.xz |
string helper api's: added ntapi_tt_uintptr_to_dec{_null}_utf{8|16}().
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index 7be6a79..e993277 100644 --- a/project/common.mk +++ b/project/common.mk @@ -108,6 +108,7 @@ COMMON_SRCS = \ 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_dec.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 \ |