Chris@16: // Chris@16: // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh) Chris@16: // Chris@16: // Distributed under the Boost Software License, Version 1.0. (See Chris@16: // accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: // Chris@16: #ifndef BOOST_LOCALE_DEFINITIONS_HPP_INCLUDED Chris@16: #define BOOST_LOCALE_DEFINITIONS_HPP_INCLUDED Chris@16: Chris@16: #include Chris@16: Chris@16: // Support older ICU versions Chris@16: #ifndef BOOST_SYMBOL_VISIBLE Chris@16: # define BOOST_SYMBOL_VISIBLE Chris@16: #endif Chris@16: Chris@16: #ifdef BOOST_HAS_DECLSPEC Chris@16: # if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_LOCALE_DYN_LINK) Chris@16: # ifdef BOOST_LOCALE_SOURCE Chris@16: # define BOOST_LOCALE_DECL BOOST_SYMBOL_EXPORT Chris@16: # else Chris@16: # define BOOST_LOCALE_DECL BOOST_SYMBOL_IMPORT Chris@16: # endif // BOOST_LOCALE_SOURCE Chris@16: # endif // DYN_LINK Chris@16: #endif // BOOST_HAS_DECLSPEC Chris@16: Chris@16: #ifndef BOOST_LOCALE_DECL Chris@16: # define BOOST_LOCALE_DECL Chris@16: #endif Chris@16: Chris@16: #endif // boost/locale/config.hpp Chris@16: // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 Chris@16: