From 1fc2fd27368ec9dd030dc3f6056606520360c89e Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Mon, 14 Dec 2009 14:35:26 +0000 Subject: [PATCH] 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 --- 3rdparty/w32pthreads/include/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/w32pthreads/include/pthread.h b/3rdparty/w32pthreads/include/pthread.h index 5e0c78119a..37a173e15a 100644 --- a/3rdparty/w32pthreads/include/pthread.h +++ b/3rdparty/w32pthreads/include/pthread.h @@ -224,7 +224,7 @@ typedef unsigned long DWORD_PTR; #include #endif /* HAVE_SIGNAL_H */ -#ifndef __CLEANUP_C +#ifdef __CLEANUP_C #include #endif #include