From a487f7e611550b0058a780cf673480eb8de6f799 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 12 Mar 2015 23:48:53 +0000 Subject: Move win32 window operations into their own module This splits up a great deal of the win32 window code out from other gui code. It also remove large quantities of unused and junk variables and functions. --- utils/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/config.h') diff --git a/utils/config.h b/utils/config.h index 8f17b16c2..c45b865fe 100644 --- a/utils/config.h +++ b/utils/config.h @@ -64,7 +64,9 @@ char *strchrnul(const char *s, int c); #undef HAVE_INETATON #undef HAVE_SYS_SELECT #include +#ifndef EAFNOSUPPORT #define EAFNOSUPPORT WSAEAFNOSUPPORT +#endif int inet_aton(const char *cp, struct in_addr *inp); #else #include -- cgit v1.2.3