summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_string.h
diff options
context:
space:
mode:
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 a44e287..241bb37 100644
--- a/include/ntapi/nt_string.h
+++ b/include/ntapi/nt_string.h
@@ -47,6 +47,10 @@ typedef int __cdecl ntapi_tt_strcmp_multibyte(
__in const char * a,
__in const char * b);
+typedef int __cdecl ntapi_tt_strcmp_utf16(
+ __in const wchar16_t * a,
+ __in const wchar16_t * b);
+
typedef void __cdecl ntapi_tt_init_unicode_string_from_utf16(
__out nt_unicode_string * str_dest,
__in wchar16_t * str_src);