[msvc] Fixed the build.
authorJoão Matos <joao@tritao.eu>
Thu, 15 Jan 2015 16:20:27 +0000 (16:20 +0000)
committerJoão Matos <joao@tritao.eu>
Thu, 15 Jan 2015 16:21:48 +0000 (16:21 +0000)
msvc/libmonoutils.vcxproj
winconfig.h

index 453c88dbf4261ad79bdc37bb9156841124a10f05..0c728d28558307fd679fc60f0d5300e3e50fcd07 100644 (file)
@@ -47,6 +47,7 @@
     <ClCompile Include="..\mono\utils\mono-networkinterfaces.c" />\r
     <ClCompile Include="..\mono\utils\networking.c" />\r
     <ClCompile Include="..\mono\utils\networking-posix.c" />\r
+    <ClCompile Include="..\mono\utils\networking-missing.c" />\r
     <ClCompile Include="..\mono\utils\mono-path.c" />\r
     <ClCompile Include="..\mono\utils\mono-poll.c" />\r
     <ClCompile Include="..\mono\utils\mono-proclib.c" />\r
index 21cc0d506d76c94167459d5f961d950b1ab269a8..376549ca538c902cbf3fcc2cd4c349c588b32d3f 100644 (file)
 /* Have gc.h */
 /* #define HAVE_GC_H 1 */
 
+/* Define to 1 if you have the `getaddrinfo' function. */
+#define HAVE_GETADDRINFO 1
+
+/* Define to 1 if you have the `getnameinfo' function. */
+#define HAVE_GETNAMEINFO 1
+
+/* Define to 1 if you have the `getprotobyname' function. */
+#define HAVE_GETPROTOBYNAME 1
+
 /* Define to 1 if you have the `getdomainname' function. */
 /* #undef HAVE_GETDOMAINNAME */