aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express/XbmcThreads.vcxproj
diff options
context:
space:
mode:
authorJim Carroll <thecarrolls@jiminger.com>2012-06-10 05:41:52 -0700
committerJim Carroll <thecarrolls@jiminger.com>2012-06-10 05:41:52 -0700
commitafe842229af346f0dac11692250986843d1f32a6 (patch)
treeaeab9bab450c42bce11991ea0f860ce5895479ae /project/VS2010Express/XbmcThreads.vcxproj
parente539456d7801b5d4afaff647dbf09b670da05cf5 (diff)
parentcf3383acaee5381627dca140480ec53cee1084b2 (diff)
Merge pull request #961 from jimfcarroll/thread-cleanup
Adds back signal handling and windows translated exception handling
Diffstat (limited to 'project/VS2010Express/XbmcThreads.vcxproj')
-rw-r--r--project/VS2010Express/XbmcThreads.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/VS2010Express/XbmcThreads.vcxproj b/project/VS2010Express/XbmcThreads.vcxproj
index e5df0b230f..c6c75880e7 100644
--- a/project/VS2010Express/XbmcThreads.vcxproj
+++ b/project/VS2010Express/XbmcThreads.vcxproj
@@ -19,6 +19,7 @@
<ClInclude Include="..\..\xbmc\threads\platform\ThreadImpl.cpp" />
<ClCompile Include="..\..\xbmc\threads\platform\Implementation.cpp" />
<ClInclude Include="..\..\xbmc\threads\platform\win\Implementation.cpp" />
+ <ClCompile Include="..\..\xbmc\threads\platform\win\Win32Exception.cpp" />
<ClCompile Include="..\..\xbmc\threads\SystemClock.cpp" />
<ClCompile Include="..\..\xbmc\threads\Thread.cpp" />
</ItemGroup>
@@ -37,6 +38,7 @@
<ClInclude Include="..\..\xbmc\threads\platform\win\CriticalSection.h" />
<ClInclude Include="..\..\xbmc\threads\platform\win\ThreadImpl.h" />
<ClInclude Include="..\..\xbmc\threads\platform\win\ThreadLocal.h" />
+ <ClInclude Include="..\..\xbmc\threads\platform\win\Win32Exception.h" />
<ClInclude Include="..\..\xbmc\threads\SharedSection.h" />
<ClInclude Include="..\..\xbmc\threads\SingleLock.h" />
<ClInclude Include="..\..\xbmc\threads\SystemClock.h" />