From af91d7b522d2119f0aa9ebb198d626ee668a1fe3 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Wed, 22 Nov 2006 11:30:30 +0000 Subject: [PATCH 1/1] io.h on mingw contains a bunch of old functions *for compatibility* which break with the way we deine close at closesocket. So disable all those old stuff. --- include/network.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/network.h b/include/network.h index 1df133246d..6543d90f86 100644 --- a/include/network.h +++ b/include/network.h @@ -33,6 +33,7 @@ # if defined(UNDER_CE) # define HAVE_STRUCT_ADDRINFO # else +# define _NO_OLDNAMES 1 # include # endif # include -- 2.39.2