summaryrefslogtreecommitdiff
path: root/boost/context/stack_context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/context/stack_context.hpp')
-rw-r--r--boost/context/stack_context.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/context/stack_context.hpp b/boost/context/stack_context.hpp
index 6e516a3adf..740d981dc7 100644
--- a/boost/context/stack_context.hpp
+++ b/boost/context/stack_context.hpp
@@ -21,7 +21,7 @@ namespace boost {
namespace context {
#if ! defined(BOOST_CONTEXT_NO_CXX11)
-struct stack_context {
+struct BOOST_CONTEXT_DECL stack_context {
# if defined(BOOST_USE_SEGMENTED_STACKS)
typedef void * segments_context[BOOST_CONTEXT_SEGMENTS];
# endif
@@ -36,7 +36,7 @@ struct stack_context {
# endif
};
#else
-struct stack_context {
+struct BOOST_CONTEXT_DECL stack_context {
# if defined(BOOST_USE_SEGMENTED_STACKS)
typedef void * segments_context[BOOST_CONTEXT_SEGMENTS];
# endif