Author: cgutman Date: Mon Oct 17 04:24:26 2011 New Revision: 54173
URL: http://svn.reactos.org/svn/reactos?rev=54173&view=rev Log: [WINE] - Fix a couple of incorrect definitions - Rapps is still regressed since r54146
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:24:26 2011 @@ -206,7 +206,7 @@ /* #undef HAVE_GETDIRENTRIES */
/* Define to 1 if you have the `getnameinfo' function. */ -#define HAVE_GETNAMEINFO 1 +/* #undef HAVE_GETNAMEINFO */
/* Define to 1 if you have the `getnetbyname' function. */ /* #undef HAVE_GETNETBYNAME */ @@ -224,7 +224,7 @@ #define HAVE_GETPROTOBYNAME 1
/* Define to 1 if you have the `getprotobynumber' function. */ -#define HAVE_GETPROTOBYNUMBER ` +#define HAVE_GETPROTOBYNUMBER 1
/* Define to 1 if you have the `getpwuid' function. */ /* #undef HAVE_GETPWUID */