diff options
author | midipix <writeonce@midipix.org> | 2016-06-28 15:37:43 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-06-28 19:46:40 -0400 |
commit | 964eed7331c807e553ec42637151fda21b5495d9 (patch) | |
tree | 391ff6c01b0e93a87f8ad9c11fa2a9bdd6f29b50 /project | |
parent | 060eadf4e7f81c2d2da4f6c4b2f019186c47ec57 (diff) | |
download | ntapi-964eed7331c807e553ec42637151fda21b5495d9.tar.bz2 ntapi-964eed7331c807e553ec42637151fda21b5495d9.tar.xz |
string functions: added __ntapi_tt_strncmp_multibyte().
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 7e2b832..bbeb2fc 100644 --- a/project/common.mk +++ b/project/common.mk @@ -76,6 +76,7 @@ COMMON_SRCS = \ 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_strncmp_multibyte.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 \ |