mirror of
https://github.com/boostorg/context.git
synced 2026-01-19 04:02:17 +00:00
Don't default to ucontext on cygwin.
This commit is contained in:
@@ -30,10 +30,6 @@
|
||||
# define BOOST_CONTEXT_DECL
|
||||
#endif
|
||||
|
||||
#if ! defined(BOOST_USE_UCONTEXT) && defined(__CYGWIN__)
|
||||
# define BOOST_USE_UCONTEXT
|
||||
#endif
|
||||
|
||||
#if ! defined(BOOST_CONTEXT_SOURCE) && ! defined(BOOST_ALL_NO_LIB) && ! defined(BOOST_CONTEXT_NO_LIB)
|
||||
# define BOOST_LIB_NAME boost_context
|
||||
# if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_CONTEXT_DYN_LINK)
|
||||
|
||||
Reference in New Issue
Block a user