--- libmowgli-2.1.3/src/libmowgli/platform/win32/win32_stdinc.h.orig 2014-07-10 09:10:36.115000000 +0400 | |
+++ libmowgli-2.1.3/src/libmowgli/platform/win32/win32_stdinc.h 2014-07-10 09:17:55.234600000 +0400 | |
@@ -44,11 +44,6 @@ | |
extern int inet_pton(int af, const char *src, void *dst); | |
extern const char *inet_ntop(int af, const void *addr, char *host, size_t hostlen); | |
-/* MSYS autoconf is fucko. */ | |
-# ifndef HAVE_WINSOCK2_H | |
-# define HAVE_WINSOCK2_H | |
-# endif | |
- | |
# define HAVE_SELECT | |
#endif |