w32pthreads: typo fix in pthread.h for CLEANUP_C mode (unused in PCSX2 since we rely on SEH builds exclusively)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2342 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2009-12-14 14:35:26 +00:00
parent 9a972ccc02
commit 1fc2fd2736
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ typedef unsigned long DWORD_PTR;
#include <signal.h>
#endif /* HAVE_SIGNAL_H */
#ifndef __CLEANUP_C
#ifdef __CLEANUP_C
#include <setjmp.h>
#endif
#include <limits.h>