Displaying 2 results from an estimated 2 matches for "netioapi".
Did you mean:
netifapi
2009 Aug 13
2
if_indextoname on Windows?
...Vista Home Premium
VC++ 9
According to MSDN, the if_indextoname() function should be included on
Vista:
http://msdn.microsoft.com/en-us/library/bb408408%28VS.85%29.aspx
However, I can''t get mkmf to see it. I tried all of these:
require ''mkmf''
if have_header(''netioapi.h'') # yes
have_func(''if_indextoname'', ''netioapi.h'') # no
have_func(''if_nametoindex'', ''netioapi.h'') # no
end
if have_header(''iphlpapi.h'') # yes
have_func(''if_indextoname'', '...
2017 Mar 03
0
Wine release 2.3
...tools: Remove wineinstall.
Bruno Jesus (15):
ws2_32: Trace accept() error.
ws2_32/tests: Add IP_HDRINCL tests.
winemp3.acm: Fixes compilation for older mpg123 library versions.
ws2_32: Cope with NULL address in connect() call.
include: Add missing GetIfTable2 to netioapi.h.
ws2_32/tests: Add a 2 buffer WSARecv test.
winegstreamer: Avoid a magic number for empty offset.
ws2_32: Discard MSG_PARTIAL as it is supported only in message protocols.
ws2_32: Make it clear that bit flags are in hex when tracing.
wined3d: Recognize Geforce GT 525...