From 879bb0613c03b10bdf91aa862c2463b7f9f99087 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 2 Sep 2003 16:15:05 +0000 Subject: Added cancelation of/from non-POSIX threads; minor fixes; minor changes. --- global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global.c') diff --git a/global.c b/global.c index 46a928d..59ebc45 100644 --- a/global.c +++ b/global.c @@ -39,7 +39,7 @@ #include "implement.h" -int ptw32_processInitialized = FALSE; +int ptw32_processInitialized = PTW32_FALSE; pthread_t ptw32_threadReuseTop = PTW32_THREAD_REUSE_BOTTOM; pthread_key_t ptw32_selfThreadKey = NULL; pthread_key_t ptw32_cleanupKey = NULL; -- cgit v1.2.3