diff options
author | midipix <writeonce@midipix.org> | 2017-01-26 00:48:32 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-01-26 18:57:02 -0500 |
commit | 701eb264ae48a2c020ddd63d3c159834af364077 (patch) | |
tree | ac46c9206724721b5b4e9d9aeb53175541dd838d /src/port | |
parent | a62978be8c32bc19094f3db8d8059fd01e87358c (diff) | |
download | ntapi-701eb264ae48a2c020ddd63d3c159834af364077.tar.bz2 ntapi-701eb264ae48a2c020ddd63d3c159834af364077.tar.xz |
guid <--> string conversion functions: normalized interfaces.
Diffstat (limited to 'src/port')
-rw-r--r-- | src/port/ntapi_port_name_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/ntapi_port_name_helper.c b/src/port/ntapi_port_name_helper.c index ef87570..d8d5810 100644 --- a/src/port/ntapi_port_name_helper.c +++ b/src/port/ntapi_port_name_helper.c @@ -139,7 +139,7 @@ void __stdcall __ntapi_tt_port_name_from_attributes( sizeof(name->svc_prefix)); /* port guid */ - __ntapi->tt_guid_to_utf16_string( + __ntapi->tt_guid_to_string_utf16( &attr->guid, (nt_guid_str_utf16 *)&name->port_guid); |