[ros-diffs] [cgutman] 54173: [WINE] - Fix a couple of incorrect definitions - Rapps is still regressed since r54146

cgutman at svn.reactos.org cgutman at svn.reactos.org
Mon Oct 17 04:24:29 UTC 2011


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.h?rev=54173&r1=54172&r2=54173&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: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 */




More information about the Ros-diffs mailing list