2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-11 00:02:12 +00:00

Added config and header include changes needed to support MSVC + STLport 5.0.

[SVN r30701]
This commit is contained in:
John Maddock
2005-08-27 10:25:15 +00:00
parent e3c9446e29
commit 9658b69af4

View File

@@ -36,6 +36,7 @@ bad things happen.
#ifdef BOOST_HAS_WINTHREADS
# include <windows.h>
# include <tchar.h>
# include <stdio.h>
# if !((_WIN32_WINNT >= 0x0400) || (_WIN32_WINDOWS > 0x0400))
inline bool IsDebuggerPresent(void)