forked from boostorg/system
Use BOOST_SYMBOL_EXPORT instead of __declspec
This commit is contained in:
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
#if defined(SINGLE_INSTANCE_DYN_LINK) && defined(BOOST_HAS_DECLSPEC)
|
#if defined(SINGLE_INSTANCE_DYN_LINK)
|
||||||
# define EXPORT __declspec(dllexport)
|
# define EXPORT BOOST_SYMBOL_EXPORT
|
||||||
#else
|
#else
|
||||||
# define EXPORT
|
# define EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
#if defined(SINGLE_INSTANCE_DYN_LINK) && defined(BOOST_HAS_DECLSPEC)
|
#if defined(SINGLE_INSTANCE_DYN_LINK)
|
||||||
# define EXPORT __declspec(dllexport)
|
# define EXPORT BOOST_SYMBOL_EXPORT
|
||||||
#else
|
#else
|
||||||
# define EXPORT
|
# define EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user