|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r68157 - trunk/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2011-01-14 12:43:42
Author: viboes
Date: 2011-01-14 12:43:41 EST (Fri, 14 Jan 2011)
New Revision: 68157
URL: http://svn.boost.org/trac/boost/changeset/68157
Log:
Boost.Chrono: Remove BOOST_USE_WINDOWS_H from the Jamfiles and move it to the config.h file when BOOST_CHRONO_SOURCE is defined
Text files modified:
trunk/boost/chrono/config.hpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/boost/chrono/config.hpp
==============================================================================
--- trunk/boost/chrono/config.hpp (original)
+++ trunk/boost/chrono/config.hpp 2011-01-14 12:43:41 EST (Fri, 14 Jan 2011)
@@ -13,6 +13,10 @@
#include <boost/config.hpp>
+#if defined(BOOST_CHRONO_SOURCE) && !defined(BOOST_USE_WINDOWS_H)
+#define BOOST_USE_WINDOWS_H
+#endif
+
// BOOST_CHRONO_POSIX_API, BOOST_CHRONO_MAC_API, or BOOST_CHRONO_WINDOWS_API
// can be defined by the user to specify which API should be used
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk