Index: thread_primitives.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/thread/win32/Attic/thread_primitives.hpp,v retrieving revision 1.1.2.5 diff -u -r1.1.2.5 thread_primitives.hpp --- thread_primitives.hpp 17 Nov 2006 10:45:27 -0000 1.1.2.5 +++ thread_primitives.hpp 9 May 2007 14:00:49 -0000 @@ -22,6 +22,7 @@ typedef ULONG_PTR ulong_ptr; typedef HANDLE handle; unsigned const infinite=INFINITE; + unsigned const timeout=WAIT_TIMEOUT; using ::CreateMutexA; using ::CreateEventA; @@ -58,6 +59,7 @@ # endif typedef void* handle; unsigned const infinite=~0U; + unsigned const timeout=0x00000102U; extern "C" {