summaryrefslogtreecommitdiff
path: root/ACE/ace/Token.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Token.h')
-rw-r--r--ACE/ace/Token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Token.h b/ACE/ace/Token.h
index 9344809ca51..81b2d7173af 100644
--- a/ACE/ace/Token.h
+++ b/ACE/ace/Token.h
@@ -29,7 +29,7 @@
#include "ace/Thread_Mutex.h"
-#if (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) || defined (ACE_VXWORKS)
+#if (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) || defined (ACE_HAS_VXTHREADS)
// If platforms support semaphores with timed wait, then we use semaphores instead of c.v.
# define ACE_TOKEN_USES_SEMAPHORE
#endif /* (ACE_WIN32 && !ACE_HAS_WINCE) || VXWORKS */