mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-03 15:41:01 +00:00
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
2
3rdparty/w32pthreads/include/pthread.h
vendored
2
3rdparty/w32pthreads/include/pthread.h
vendored
@ -742,6 +742,8 @@ struct ptw32_cleanup_t
|
||||
};
|
||||
|
||||
#ifdef __CLEANUP_SEH
|
||||
#include <excpt.h> // PCSX2: excpt.h is needed for AbnormalTermination() -- air
|
||||
|
||||
/*
|
||||
* WIN32 SEH version of cancel cleanup.
|
||||
*/
|
||||
|
2
3rdparty/w32pthreads/pthreads_2008.vcproj
vendored
2
3rdparty/w32pthreads/pthreads_2008.vcproj
vendored
@ -2,7 +2,7 @@
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="w32pthreads"
|
||||
Name="w32pthreads.v2"
|
||||
ProjectGUID="{26511268-2902-4997-8421-ECD7055F9E28}"
|
||||
RootNamespace="pthreads"
|
||||
Keyword="Win32Proj"
|
||||
|
Loading…
Reference in New Issue
Block a user