diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-12-01 17:09:35 -0800 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-12-01 17:09:35 -0800 |
commit | f989469fe3f70862b86ee317e186c5512f7399ef (patch) | |
tree | 3a023ac593a4d9c900b67901ac474fc2ac26417e /vsprojects/vcxproj/test/codegen_test_minimal/codegen_test_minimal.vcxproj | |
parent | 6c870f6c6268fe1818c566efa91c02024dffdc34 (diff) |
Temporarily enable gpr_slice_* functions to not break api compatibility
Diffstat (limited to 'vsprojects/vcxproj/test/codegen_test_minimal/codegen_test_minimal.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/test/codegen_test_minimal/codegen_test_minimal.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/test/codegen_test_minimal/codegen_test_minimal.vcxproj b/vsprojects/vcxproj/test/codegen_test_minimal/codegen_test_minimal.vcxproj index 1a3c157983..3254ad8d45 100644 --- a/vsprojects/vcxproj/test/codegen_test_minimal/codegen_test_minimal.vcxproj +++ b/vsprojects/vcxproj/test/codegen_test_minimal/codegen_test_minimal.vcxproj @@ -198,6 +198,7 @@ <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_gcc_atomic.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_gcc_sync.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\atm_windows.h" /> + <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\gpr_slice.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\gpr_types.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\port_platform.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\slice.h" /> |