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