diff options
Diffstat (limited to 'src/object')
-rw-r--r-- | src/object/ntapi_tt_keyed_object_directory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/ntapi_tt_keyed_object_directory.c b/src/object/ntapi_tt_keyed_object_directory.c index 311e051..7ecf094 100644 --- a/src/object/ntapi_tt_keyed_object_directory.c +++ b/src/object/ntapi_tt_keyed_object_directory.c @@ -45,7 +45,7 @@ static int32_t __stdcall __tt_create_keyed_object_directory( prefix, sizeof(objdir_name.prefix)); - __ntapi->tt_guid_to_utf16_string( + __ntapi->tt_guid_to_string_utf16( guid, (nt_guid_str_utf16 *)&objdir_name.objdir_guid); |