commit | 073f229fd11f0d3e3098af44e59b5607aae113e2 | [log] [tgz] |
---|---|---|
author | Chris Dickens <christopher.a.dickens@gmail.com> | Sat Dec 19 15:33:56 2020 -0800 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Sat Dec 19 15:33:56 2020 -0800 |
tree | ed45443b8cf852d0952566b026bbbd33bbee1b17 | |
parent | 9cb2e5c111a7fc1eec13dcf73667187b06f68628 [diff] |
Windows: Break dependency on OLE32 The OLE32 library provides the IIDFromString() function to parse a string to a GUID, but we can implement a simple GUID parsing function and remove this dependence. Doing so also avoids fetching the Unicode form of the "DeviceInterfaceGUIDs" property. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>