[ros-diffs] [cgutman] 54174: [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 r...

cgutman at svn.reactos.org cgutman at svn.reactos.org
Mon Oct 17 04:47:33 UTC 2011


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.h?rev=54174&r1=54173&r2=54174&view=diff
==============================================================================
--- 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 */




More information about the Ros-diffs mailing list