diff options
author | Craig Tiller <ctiller@google.com> | 2015-04-08 11:26:30 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-04-08 11:26:30 -0700 |
commit | b25c90dbf45df3c411160db63f2e046cf9ea3112 (patch) | |
tree | 731752ab5776911210f1ca2e77a4d7079590be45 /vsprojects/vs2013/grpc.vcxproj.filters | |
parent | 1861dca16c8c75e8e8deaee7d11c9e98dd83b4d8 (diff) |
Add endpoint_pair_windows.c
Diffstat (limited to 'vsprojects/vs2013/grpc.vcxproj.filters')
-rw-r--r-- | vsprojects/vs2013/grpc.vcxproj.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/vs2013/grpc.vcxproj.filters b/vsprojects/vs2013/grpc.vcxproj.filters index 20dbe8c444..a010639ad1 100644 --- a/vsprojects/vs2013/grpc.vcxproj.filters +++ b/vsprojects/vs2013/grpc.vcxproj.filters @@ -124,6 +124,9 @@ <ClCompile Include="..\..\src\core\iomgr\endpoint_pair_posix.c"> <Filter>src\core\iomgr</Filter> </ClCompile> + <ClCompile Include="..\..\src\core\iomgr\endpoint_pair_windows.c"> + <Filter>src\core\iomgr</Filter> + </ClCompile> <ClCompile Include="..\..\src\core\iomgr\fd_posix.c"> <Filter>src\core\iomgr</Filter> </ClCompile> |