Commit 44ef8eaf authored by Isabella Bosia's avatar Isabella Bosia Committed by Alexandre Julliard

iphlpapi: Make the interface guids more unique.

parent dea32fa0
......@@ -3207,6 +3207,7 @@ DWORD WINAPI ConvertInterfaceLuidToGuid(const NET_LUID *luid, GUID *guid)
memset( guid, 0, sizeof(*guid) );
guid->Data1 = luid->Info.NetLuidIndex;
memcpy( guid->Data4+2, "NetDev", 6 );
return NO_ERROR;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment