summaryrefslogtreecommitdiff
path: root/global.c
diff options
context:
space:
mode:
authorrpj <rpj>2003-09-02 16:15:05 +0000
committerrpj <rpj>2003-09-02 16:15:05 +0000
commit879bb0613c03b10bdf91aa862c2463b7f9f99087 (patch)
tree6e91c26a0f16a0e4bfd3ed436f27e470b5db7307 /global.c
parenta5f3d62017a8e705016d0083a24837d6a56f178d (diff)
Added cancelation of/from non-POSIX threads; minor fixes; minor changes.snap-2003-09-03
Diffstat (limited to 'global.c')
-rw-r--r--global.c2
1 files changed, 1 insertions, 1 deletions
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;