diff options
Diffstat (limited to 'pthread_mutex_lock.c')
-rw-r--r-- | pthread_mutex_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_mutex_lock.c b/pthread_mutex_lock.c index ba410a6..0d4fde8 100644 --- a/pthread_mutex_lock.c +++ b/pthread_mutex_lock.c @@ -34,7 +34,7 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifndef _UWIN +#if !defined(_UWIN) /*# include <process.h> */ #endif #include "pthread.h" |