https://bugs.winehq.org/show_bug.cgi?id=9137
Brendan Shanks bshanks@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bshanks@codeweavers.com
--- Comment #10 from Brendan Shanks bshanks@codeweavers.com --- This is still an issue with the latest Wine, I was able to reproduce with lmhostid.exe (from lmtools/flexlm): http://www.downstreamtech.com/customer-ftp/lmhostid.zip
Specifically, it calls GetAdaptersInfo(), then looks for AddressLength == 6, no PPP/SLIP/loopback interfaces, and then checks that registry key for an interface whose NetCfgInstanceId matches AdapterName, and that Characteristics has NCF_PHYSICAL set. I've attached a test app which goes through this.