diff options
author | rpj <rpj> | 2004-05-17 01:38:02 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-05-17 01:38:02 +0000 |
commit | 771465fed0cf50ee2dd790723245fc091699c324 (patch) | |
tree | d8c18d095a33fe7c4564bd90c5f313bb9e4057dd /semaphore.c | |
parent | 8b14911744f58cbe3730703f3fcc41cd969fd0f3 (diff) |
re-indentation, bug fixes, hooks for pre-emptive async cancelation
Diffstat (limited to 'semaphore.c')
-rw-r--r-- | semaphore.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/semaphore.c b/semaphore.c index cc38e93..9b86043 100644 --- a/semaphore.c +++ b/semaphore.c @@ -45,9 +45,6 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifndef _UWIN -# include <process.h> -#endif #ifndef NEED_FTIME # include <sys/timeb.h> #endif @@ -74,4 +71,3 @@ #include "ptw32_decrease_semaphore.c" #include "ptw32_increase_semaphore.c" #endif - |