pthreads: Added <excpt.h> to pthreads.h since SEH requires it; Added versioning to the project/output filename (currently V2, which is SEH-enabled)

git-svn-id: http://pcsx2.googlecode.com/svn/branches/wxgui@1729 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2009-09-03 11:58:18 +00:00
parent 1ebfee30e9
commit ee97290cd2
2 changed files with 3 additions and 1 deletions

View File

@ -742,6 +742,8 @@ struct ptw32_cleanup_t
}; };
#ifdef __CLEANUP_SEH #ifdef __CLEANUP_SEH
#include <excpt.h> // PCSX2: excpt.h is needed for AbnormalTermination() -- air
/* /*
* WIN32 SEH version of cancel cleanup. * WIN32 SEH version of cancel cleanup.
*/ */

View File

@ -2,7 +2,7 @@
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="9.00" Version="9.00"
Name="w32pthreads" Name="w32pthreads.v2"
ProjectGUID="{26511268-2902-4997-8421-ECD7055F9E28}" ProjectGUID="{26511268-2902-4997-8421-ECD7055F9E28}"
RootNamespace="pthreads" RootNamespace="pthreads"
Keyword="Win32Proj" Keyword="Win32Proj"