From e066e5f50034b0871cdc26ef8d84c5c738183130 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 17 Oct 2011 04:47:32 +0000 Subject: [PATCH] [WINE] - Undefine HAVE_GETADDRINFO - Even though this is fully implemented (and used other parts of ROS), it seems to enable broken code paths in some WINE code - Fixes the rapps regression svn path=/trunk/; revision=54174 --- reactos/include/reactos/wine/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/reactos/wine/config.h b/reactos/include/reactos/wine/config.h index 5cad27e8b80..c6e84867f86 100644 --- a/reactos/include/reactos/wine/config.h +++ b/reactos/include/reactos/wine/config.h @@ -197,7 +197,7 @@ /* #undef HAVE_FUTIMESAT */ /* Define to 1 if you have the `getaddrinfo' function. */ -#define HAVE_GETADDRINFO 1 +/* #undef HAVE_GETADDRINFO */ /* Define to 1 if you have the `getattrlist' function. */ /* #undef HAVE_GETATTRLIST */