summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_string.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-06-28 15:27:34 -0400
committermidipix <writeonce@midipix.org>2016-06-28 19:41:46 -0400
commitc30ed71d8c5375cd63d413c47f7368e2ead104c4 (patch)
tree2d2e190dfbbc42747da0c21cfc89b8f2ae2f9ea6 /include/ntapi/nt_string.h
parent7f9f58a65c9d12370508b24799a35d78201762b5 (diff)
downloadntapi-c30ed71d8c5375cd63d413c47f7368e2ead104c4.tar.bz2
ntapi-c30ed71d8c5375cd63d413c47f7368e2ead104c4.tar.xz
string functions: added __ntapi_tt_strcmp_multibyte().
Diffstat (limited to 'include/ntapi/nt_string.h')
-rw-r--r--include/ntapi/nt_string.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ntapi/nt_string.h b/include/ntapi/nt_string.h
index 93cd1f6..a44e287 100644
--- a/include/ntapi/nt_string.h
+++ b/include/ntapi/nt_string.h
@@ -43,6 +43,10 @@ typedef size_t __cdecl ntapi_tt_string_null_offset_qword(
typedef size_t __cdecl ntapi_tt_string_null_offset_ptrsize(
__in const intptr_t *str);
+typedef int __cdecl ntapi_tt_strcmp_multibyte(
+ __in const char * a,
+ __in const char * b);
+
typedef void __cdecl ntapi_tt_init_unicode_string_from_utf16(
__out nt_unicode_string * str_dest,
__in wchar16_t * str_src);