Author: cgutman Date: Mon Oct 17 04:47:32 2011 New Revision: 54174
URL: http://svn.reactos.org/svn/reactos?rev=54174&view=rev Log: [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
Modified: trunk/reactos/include/reactos/wine/config.h
Modified: trunk/reactos/include/reactos/wine/config.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/config... ============================================================================== --- trunk/reactos/include/reactos/wine/config.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/wine/config.h [iso-8859-1] Mon Oct 17 04:47:32 2011 @@ -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 */