gio: Remove broken support for XP

We now require Windows 7 or newer, and the networking code hasn't
worked in a long time since we directly use symbols from iphlapi.dll
now.
This commit is contained in:
Nirbheek Chauhan
2020-06-03 05:58:41 +05:30
parent 5b49df3b9f
commit 4e485d76ac
8 changed files with 6 additions and 147 deletions

View File

@@ -76,11 +76,6 @@
#include "glibintl.h"
#include "gioprivate.h"
#ifdef G_OS_WIN32
/* For Windows XP runtime compatibility, but use the system's if_nametoindex() if available */
#include "gwin32networking.h"
#endif
/**
* SECTION:gsocket
* @short_description: Low-level socket object