mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-09 23:24:01 +00:00
Merge branch 'develop'
This commit is contained in:
commit
f3eab04c61
@ -18,7 +18,6 @@
|
||||
#if (defined(BOOST_ALL_DYN_LINK) || defined(BOOST_COROUTINES2_DYN_LINK) ) && ! defined(BOOST_COROUTINES2_STATIC_LINK)
|
||||
# if defined(BOOST_COROUTINES2_SOURCE)
|
||||
# define BOOST_COROUTINES2_DECL BOOST_SYMBOL_EXPORT
|
||||
# define BOOST_COROUTINES2_BUILD_DLL
|
||||
# else
|
||||
# define BOOST_COROUTINES2_DECL BOOST_SYMBOL_IMPORT
|
||||
# endif
|
||||
@ -29,7 +28,7 @@
|
||||
#endif
|
||||
|
||||
#if ! defined(BOOST_COROUTINES2_SOURCE) && ! defined(BOOST_ALL_NO_LIB) && ! defined(BOOST_COROUTINES2_NO_LIB)
|
||||
# define BOOST_LIB_NAME boost_coroutine
|
||||
# define BOOST_LIB_NAME boost_coroutine2
|
||||
# if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_COROUTINES2_DYN_LINK)
|
||||
# define BOOST_DYN_LINK
|
||||
# endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user