1234567891011121314151617181920212223242526272829303132 |
- #ifndef BOOST_LOCALE_DEFINITIONS_HPP_INCLUDED
- #define BOOST_LOCALE_DEFINITIONS_HPP_INCLUDED
- #include <boost/config.hpp>
- #ifndef BOOST_SYMBOL_VISIBLE
- # define BOOST_SYMBOL_VISIBLE
- #endif
- #if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_LOCALE_DYN_LINK)
- # ifdef BOOST_LOCALE_SOURCE
- # define BOOST_LOCALE_DECL BOOST_SYMBOL_EXPORT
- # else
- # define BOOST_LOCALE_DECL BOOST_SYMBOL_IMPORT
- # endif
- #endif
- #ifndef BOOST_LOCALE_DECL
- # define BOOST_LOCALE_DECL
- #endif
- #endif
|