aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2010
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nnoble@google.com>2015-04-03 13:32:47 -0700
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-04-03 23:02:47 +0200
commit91647cc8154b06df9225eaa67b03b05fbb353043 (patch)
tree7a8e86cfd6f2c983aaa276f440061b299fe79151 /vsprojects/vs2010
parent300ebc4c623b46f45506ac14b31e2660196dc596 (diff)
Adding joinable threads, and gpr_thd_join.
Diffstat (limited to 'vsprojects/vs2010')
-rw-r--r--vsprojects/vs2010/gpr.vcxproj2
-rw-r--r--vsprojects/vs2010/gpr.vcxproj.filters3
2 files changed, 5 insertions, 0 deletions
diff --git a/vsprojects/vs2010/gpr.vcxproj b/vsprojects/vs2010/gpr.vcxproj
index f50f87134c..d23124c86c 100644
--- a/vsprojects/vs2010/gpr.vcxproj
+++ b/vsprojects/vs2010/gpr.vcxproj
@@ -166,6 +166,8 @@
</ClCompile>
<ClCompile Include="..\..\src\core\support\sync_win32.c">
</ClCompile>
+ <ClCompile Include="..\..\src\core\support\thd.c">
+ </ClCompile>
<ClCompile Include="..\..\src\core\support\thd_posix.c">
</ClCompile>
<ClCompile Include="..\..\src\core\support\thd_win32.c">
diff --git a/vsprojects/vs2010/gpr.vcxproj.filters b/vsprojects/vs2010/gpr.vcxproj.filters
index dffaf1e62d..1f8794441b 100644
--- a/vsprojects/vs2010/gpr.vcxproj.filters
+++ b/vsprojects/vs2010/gpr.vcxproj.filters
@@ -88,6 +88,9 @@
<ClCompile Include="..\..\src\core\support\sync_win32.c">
<Filter>src\core\support</Filter>
</ClCompile>
+ <ClCompile Include="..\..\src\core\support\thd.c">
+ <Filter>src\core\support</Filter>
+ </ClCompile>
<ClCompile Include="..\..\src\core\support\thd_posix.c">
<Filter>src\core\support</Filter>
</ClCompile>