mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
[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
This commit is contained in:
parent
4963104e56
commit
e066e5f500
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@
|
||||||
/* #undef HAVE_FUTIMESAT */
|
/* #undef HAVE_FUTIMESAT */
|
||||||
|
|
||||||
/* Define to 1 if you have the `getaddrinfo' function. */
|
/* 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. */
|
/* Define to 1 if you have the `getattrlist' function. */
|
||||||
/* #undef HAVE_GETATTRLIST */
|
/* #undef HAVE_GETATTRLIST */
|
||||||
|
|
Loading…
Reference in a new issue