Skip to content

Commit a53b9da

Browse files
authored
Merge pull request #322 from corngood/cygwin
Don't default to ucontext on cygwin.
2 parents e4bce3e + 3be17f5 commit a53b9da

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/boost/context/detail/config.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
# define BOOST_CONTEXT_DECL
3131
#endif
3232

33-
#if ! defined(BOOST_USE_UCONTEXT) && defined(__CYGWIN__)
34-
# define BOOST_USE_UCONTEXT
35-
#endif
36-
3733
#if ! defined(BOOST_CONTEXT_SOURCE) && ! defined(BOOST_ALL_NO_LIB) && ! defined(BOOST_CONTEXT_NO_LIB)
3834
# define BOOST_LIB_NAME boost_context
3935
# if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_CONTEXT_DYN_LINK)

0 commit comments

Comments
 (0)