diff options
author | Craig Tiller <ctiller@google.com> | 2015-02-17 11:24:15 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-02-17 11:24:15 -0800 |
commit | 35108f65279cb46c2948dd5c8a57867f3206620d (patch) | |
tree | 996b4d0733664de993e1f32f651b2257263f1fee /vsprojects/vs2013/grpc_unsecure.vcxproj | |
parent | 44f77a3eb34e8d8f0802e87bf86bf62a29aeaf18 (diff) |
Allow grpc_init to be called multiple times
Diffstat (limited to 'vsprojects/vs2013/grpc_unsecure.vcxproj')
-rw-r--r-- | vsprojects/vs2013/grpc_unsecure.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vsprojects/vs2013/grpc_unsecure.vcxproj b/vsprojects/vs2013/grpc_unsecure.vcxproj index c5130eee5e..8b3b853cce 100644 --- a/vsprojects/vs2013/grpc_unsecure.vcxproj +++ b/vsprojects/vs2013/grpc_unsecure.vcxproj @@ -233,10 +233,10 @@ </ClCompile> <ClCompile Include="..\..\src\core\iomgr\pollset_kick.c"> </ClCompile> - <ClCompile Include="..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c"> - </ClCompile> <ClCompile Include="..\..\src\core\iomgr\pollset_multipoller_with_epoll.c"> </ClCompile> + <ClCompile Include="..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c"> + </ClCompile> <ClCompile Include="..\..\src\core\iomgr\pollset_posix.c"> </ClCompile> <ClCompile Include="..\..\src\core\iomgr\pollset_windows.c"> |