Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-01-16 16:34:33 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-01-16 18:23:48 +0300
commite1010a2e35b0333adbc0c2f9948f1ae8f6f23d6e (patch)
treedf9bcd3ef07adde19fb2043fb40a242092456d2d /msvc
parentb8d0752d82a2c8b8e20958e46656871b0e85bee7 (diff)
[utils] Extract Windows-specific networking fallback into networking-windows.c
Diffstat (limited to 'msvc')
-rw-r--r--msvc/libmonoutils.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/libmonoutils.vcxproj b/msvc/libmonoutils.vcxproj
index 0c728d28558..989fabe87e6 100644
--- a/msvc/libmonoutils.vcxproj
+++ b/msvc/libmonoutils.vcxproj
@@ -48,6 +48,7 @@
<ClCompile Include="..\mono\utils\networking.c" />
<ClCompile Include="..\mono\utils\networking-posix.c" />
<ClCompile Include="..\mono\utils\networking-missing.c" />
+ <ClCompile Include="..\mono\utils\networking-windows.c" />
<ClCompile Include="..\mono\utils\mono-path.c" />
<ClCompile Include="..\mono\utils\mono-poll.c" />
<ClCompile Include="..\mono\utils\mono-proclib.c" />