|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74834 - branches/release/boost/chrono/detail/inlined/win
From: vicente.botet_at_[hidden]
Date: 2011-10-08 20:57:37
Author: viboes
Date: 2011-10-08 20:57:37 EDT (Sat, 08 Oct 2011)
New Revision: 74834
URL: http://svn.boost.org/trac/boost/changeset/74834
Log:
Chrono: Fix protecting include file
Text files modified:
branches/release/boost/chrono/detail/inlined/win/process_cpu_clocks.hpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: branches/release/boost/chrono/detail/inlined/win/process_cpu_clocks.hpp
==============================================================================
--- branches/release/boost/chrono/detail/inlined/win/process_cpu_clocks.hpp (original)
+++ branches/release/boost/chrono/detail/inlined/win/process_cpu_clocks.hpp 2011-10-08 20:57:37 EDT (Sat, 08 Oct 2011)
@@ -8,11 +8,11 @@
// See http://www.boost.org/libs/chrono for documentation.
//--------------------------------------------------------------------------------------//
-#ifndef BOOST_CHRONO_DETAIL_INLINED_PROCESS_CPU_CLOCKS_HPP
-#define BOOST_CHRONO_DETAIL_INLINED_PROCESS_CPU_CLOCKS_HPP
-
+#ifndef BOOST_CHRONO_DETAIL_INLINED_WIN_PROCESS_CPU_CLOCKS_HPP
+#define BOOST_CHRONO_DETAIL_INLINED_WIN_PROCESS_CPU_CLOCKS_HPP
#include <boost/chrono/config.hpp>
+
#if defined(BOOST_CHRONO_HAS_PROCESS_CLOCKS)
#include <boost/version.hpp>
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