diff --git a/3rdparty/w32pthreads/include/pthread.h b/3rdparty/w32pthreads/include/pthread.h index dfa5c44bda..1dc22fa06b 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 2183445150..65a3181781 100644 --- a/3rdparty/w32pthreads/pthreads_2008.vcproj +++ b/3rdparty/w32pthreads/pthreads_2008.vcproj @@ -2,7 +2,7 @@