*** read_write_mutex.cpp.orig Fri Jan 7 06:00:37 2005 --- read_write_mutex.cpp Fri Jan 7 06:08:44 2005 *************** *** 17,23 **** #ifdef BOOST_HAS_WINTHREADS #include ! #include #if !((_WIN32_WINNT >= 0x0400) || (_WIN32_WINDOWS > 0x0400)) inline bool IsDebuggerPresent(void) --- 17,24 ---- #ifdef BOOST_HAS_WINTHREADS #include ! #include //for _sntprintf macro ! #include //for _snprintf and _snwprintf hidden behind _sntprintf #if !((_WIN32_WINNT >= 0x0400) || (_WIN32_WINDOWS > 0x0400)) inline bool IsDebuggerPresent(void)