From 4963104e567f4ba6d67bb0b1111207ffc807a44f Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 17 Oct 2011 04:24:26 +0000 Subject: [PATCH] [WINE] - Fix a couple of incorrect definitions - Rapps is still regressed since r54146 svn path=/trunk/; revision=54173 --- reactos/include/reactos/wine/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/reactos/wine/config.h b/reactos/include/reactos/wine/config.h index c1e7175b9a5..5cad27e8b80 100644 --- a/reactos/include/reactos/wine/config.h +++ b/reactos/include/reactos/wine/config.h @@ -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 */