Update config.h.win32.in for Newer Windows
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 19 May 2014 06:49:39 +0000 (14:49 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 19 May 2014 06:49:39 +0000 (14:49 +0800)
commitf4ae0cbf9a464122ed4207a8ee74e424851d9bdf
tree04ddeeebe153fcf61803d8e9174db77373ed035f
parent4844b4bb564b152812ef6bf2ce5c514877ef323e
Update config.h.win32.in for Newer Windows

Make use of if_indextoname() and if_nametoindex() when building against
Window Vista/Server 2008 or later, as these are provided by the system.

This is not turned on by default as we still want to support XP and
Server 2003-turn this on by changing _WIN32_WINNT to 0x600 or later prior
to compiling GLib.

https://bugzilla.gnome.org/show_bug.cgi?id=730352
config.h.win32.in