diff options
author | rpj <rpj> | 2007-05-15 13:46:42 +0000 |
---|---|---|
committer | rpj <rpj> | 2007-05-15 13:46:42 +0000 |
commit | dc5c626bef9483c717bee53568aaf5813a551019 (patch) | |
tree | bebcb83764b07955a3e01ca5f8f1b7f5df4f00be | |
parent | 1e389908ce599ab026e3624ccdfc9e0b39fed75f (diff) |
''
-rw-r--r-- | config.h | 2 | ||||
-rw-r--r-- | pthread_exit.c | 2 | ||||
-rw-r--r-- | pthread_mutex_lock.c | 2 | ||||
-rw-r--r-- | ptw32_relmillisecs.c | 2 | ||||
-rw-r--r-- | ptw32_semwait.c | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -100,7 +100,7 @@ #define NEED_ERRNO #define NEED_CALLOC #define NEED_FTIME -//#define NEED_SEM +/* #define NEED_SEM */ #define NEED_UNICODE_CONSTS #define NEED_PROCESS_AFFINITY_MASK #endif diff --git a/pthread_exit.c b/pthread_exit.c index a490312..e707f07 100644 --- a/pthread_exit.c +++ b/pthread_exit.c @@ -38,7 +38,7 @@ #include "pthread.h" #include "implement.h" #ifndef _UWIN -//# include <process.h> +/*# include <process.h> */ #endif void diff --git a/pthread_mutex_lock.c b/pthread_mutex_lock.c index 4ca5c25..b819a7b 100644 --- a/pthread_mutex_lock.c +++ b/pthread_mutex_lock.c @@ -35,7 +35,7 @@ */ #ifndef _UWIN -//# include <process.h> +/*# include <process.h> */ #endif #include "pthread.h" #include "implement.h" diff --git a/ptw32_relmillisecs.c b/ptw32_relmillisecs.c index f3e7b76..ee4a7e3 100644 --- a/ptw32_relmillisecs.c +++ b/ptw32_relmillisecs.c @@ -35,7 +35,7 @@ */ #ifndef _UWIN -//#include <process.h> +/*#include <process.h> */ #endif #include "pthread.h" #include "implement.h" diff --git a/ptw32_semwait.c b/ptw32_semwait.c index 111cb80..361366b 100644 --- a/ptw32_semwait.c +++ b/ptw32_semwait.c @@ -35,7 +35,7 @@ */ #ifndef _UWIN -//# include <process.h> +/*# include <process.h> */ #endif #include "pthread.h" #include "implement.h" |