|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r77493 - trunk/boost/context
From: oliver.kowalke_at_[hidden]
Date: 2012-03-23 01:39:40
Author: olli
Date: 2012-03-23 01:39:33 EDT (Fri, 23 Mar 2012)
New Revision: 77493
URL: http://svn.boost.org/trac/boost/changeset/77493
Log:
context: fix missing MSVC platform macros
Text files modified:
trunk/boost/context/fcontext.hpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/boost/context/fcontext.hpp
==============================================================================
--- trunk/boost/context/fcontext.hpp (original)
+++ trunk/boost/context/fcontext.hpp 2012-03-23 01:39:33 EDT (Fri, 23 Mar 2012)
@@ -33,7 +33,8 @@
# endif
// x86_64
#elif defined(__x86_64__) || defined(__x86_64) \
- || defined(__amd64__) || defined(__amd64)
+ || defined(__amd64__) || defined(__amd64) \
+ || defined(_M_X64) || defined(_M_AMD64)
# if defined(BOOST_WINDOWS)
# include <boost/context/detail/fcontext_x86_64_win.hpp>
# else
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