mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
1ebfee30e9
commit
ee97290cd2
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue