8 #ifndef BOOSTER_LOCALE_CONFIG_H_INCLUDED 9 #define BOOSTER_LOCALE_CONFIG_H_INCLUDED 11 #include <booster/config.h> 13 #ifdef BOOSTER_HAS_DECLSPEC 14 # if defined(BOOSTER_ALL_DYN_LINK) || defined(BOOSTER_LOCALE_DYN_LINK) 15 # ifdef BOOSTER_SOURCE 16 # define BOOSTER_API __declspec(dllexport) 18 # define BOOSTER_API __declspec(dllimport) 19 # endif // BOOST_LOCALE_SOURCE 21 #endif // BOOST_HAS_DECLSPEC 28 #endif // boost/locale/config.hpp