summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_guid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_guid.h')
-rw-r--r--include/ntapi/nt_guid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ntapi/nt_guid.h b/include/ntapi/nt_guid.h
index 2c27f23..d688985 100644
--- a/include/ntapi/nt_guid.h
+++ b/include/ntapi/nt_guid.h
@@ -34,4 +34,8 @@ typedef int32_t __fastcall ntapi_tt_string_to_guid_utf16(
__in const nt_guid_str_utf16 * guid_str,
__out nt_guid * guid);
+typedef int32_t __fastcall ntapi_tt_string_to_guid_utf8(
+ __in const char * guid_str,
+ __out nt_guid * guid);
+
#endif