Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
K-ballo committed Oct 13, 2013
1 parent 8b3231b commit b8a2dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/util/coroutine/detail/default_context_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ namespace hpx { namespace util { namespace coroutines { namespace detail
typedef posix::context_impl default_context_impl;
}}}}

#elif defined(BOOST_WINDOWS)
#elif defined(HPX_HAVE_FIBER_BASED_COROUTINES)

#include <hpx/util/coroutine/detail/context_windows_fibers.hpp>
namespace hpx { namespace util { namespace coroutines { namespace detail
Expand Down

0 comments on commit b8a2dcc

Please sign in to comment.