From ee97290cd2e786ced03212eab34d77fbcbbe0b32 Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Thu, 3 Sep 2009 11:58:18 +0000 Subject: [PATCH] pthreads: Added 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 --- 3rdparty/w32pthreads/include/pthread.h | 2 ++ 3rdparty/w32pthreads/pthreads_2008.vcproj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/3rdparty/w32pthreads/include/pthread.h b/3rdparty/w32pthreads/include/pthread.h index dfa5c44bd..1dc22fa06 100644 --- a/3rdparty/w32pthreads/include/pthread.h +++ b/3rdparty/w32pthreads/include/pthread.h @@ -742,6 +742,8 @@ struct ptw32_cleanup_t }; #ifdef __CLEANUP_SEH +#include // PCSX2: excpt.h is needed for AbnormalTermination() -- air + /* * WIN32 SEH version of cancel cleanup. */ diff --git a/3rdparty/w32pthreads/pthreads_2008.vcproj b/3rdparty/w32pthreads/pthreads_2008.vcproj index 218344515..65a318178 100644 --- a/3rdparty/w32pthreads/pthreads_2008.vcproj +++ b/3rdparty/w32pthreads/pthreads_2008.vcproj @@ -2,7 +2,7 @@