From 701eb264ae48a2c020ddd63d3c159834af364077 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 26 Jan 2017 00:48:32 +0000 Subject: guid <--> string conversion functions: normalized interfaces. --- src/vfd/ntapi_vfd_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vfd') diff --git a/src/vfd/ntapi_vfd_helper.c b/src/vfd/ntapi_vfd_helper.c index 0716bdd..7de4208 100644 --- a/src/vfd/ntapi_vfd_helper.c +++ b/src/vfd/ntapi_vfd_helper.c @@ -22,7 +22,7 @@ void __stdcall __ntapi_vfd_dev_name_init( prefix[2] = 0x630069; prefix[3] = 0x5C0065; - __ntapi->tt_guid_to_utf16_string( + __ntapi->tt_guid_to_string_utf16( guid, &devname->guid); -- cgit v1.2.3