Chris@16: ////////////////////////////////////////////////////////////////////////////// Chris@16: // Chris@16: // (C) Copyright Ion Gaztanaga 2006-2012. Distributed under the Boost Chris@16: // Software License, Version 1.0. (See accompanying file Chris@16: // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: // Chris@16: // See http://www.boost.org/libs/interprocess for documentation. Chris@16: // Chris@16: ////////////////////////////////////////////////////////////////////////////// Chris@16: Chris@16: #ifndef BOOST_INTERPROCESS_PTIME_WRK_HPP Chris@16: #define BOOST_INTERPROCESS_PTIME_WRK_HPP Chris@16: Chris@101: #ifndef BOOST_CONFIG_HPP Chris@101: # include Chris@101: #endif Chris@101: # Chris@101: #if defined(BOOST_HAS_PRAGMA_ONCE) Chris@101: # pragma once Chris@101: #endif Chris@101: Chris@16: //workaround to avoid winsock redefines when using date-time Chris@16: Chris@16: #ifdef _WIN32 Chris@16: #ifndef WIN32_LEAN_AND_MEAN Chris@16: #define WIN32_LEAN_AND_MEAN Chris@16: #define BOOST_INTERPROCESS_WIN32_LEAN_AND_MEAN Chris@16: #endif //#ifndef WIN32_LEAN_AND_MEAN Chris@16: #endif //#ifdef _WIN32 Chris@16: Chris@16: #include Chris@16: Chris@16: #ifdef _WIN32 Chris@16: #ifdef BOOST_INTERPROCESS_WIN32_LEAN_AND_MEAN Chris@16: #undef WIN32_LEAN_AND_MEAN Chris@16: #undef BOOST_INTERPROCESS_WIN32_LEAN_AND_MEAN Chris@16: #endif //#ifdef BOOST_INTERPROCESS_WIN32_LEAN_AND_MEAN Chris@16: #endif //#ifdef _WIN32 Chris@16: Chris@16: #endif //#ifndef BOOST_INTERPROCESS_PTIME_WRK_HPP Chris@16: