diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-02-21 07:19:19 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <nicolas@nobis-crew.org> | 2015-02-20 22:37:58 -0800 |
commit | 94964fd0b25217fe42cbd0b664e7f9778cf7bccb (patch) | |
tree | 5db45d2d2775b4eaaae4a786676c154493b7f398 /vsprojects/vs2013/grpc_unsecure.vcxproj | |
parent | 8623ad0847d3b848c66f957244fcb886409dea30 (diff) |
Fixing Windows port.
Diffstat (limited to 'vsprojects/vs2013/grpc_unsecure.vcxproj')
-rw-r--r-- | vsprojects/vs2013/grpc_unsecure.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vsprojects/vs2013/grpc_unsecure.vcxproj b/vsprojects/vs2013/grpc_unsecure.vcxproj index 74fc6c96ec..0c81ec4768 100644 --- a/vsprojects/vs2013/grpc_unsecure.vcxproj +++ b/vsprojects/vs2013/grpc_unsecure.vcxproj @@ -232,7 +232,9 @@ </ClCompile> <ClCompile Include="..\..\src\core\iomgr\pollset_windows.c"> </ClCompile> - <ClCompile Include="..\..\src\core\iomgr\resolve_address.c"> + <ClCompile Include="..\..\src\core\iomgr\resolve_address_posix.c"> + </ClCompile> + <ClCompile Include="..\..\src\core\iomgr\resolve_address_windows.c"> </ClCompile> <ClCompile Include="..\..\src\core\iomgr\sockaddr_utils.c"> </ClCompile> |