Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef UTIL_CREADERS___CREADERS_EXPORT__H
2 #define UTIL_CREADERS___CREADERS_EXPORT__H
44 #if defined(WIN32) && defined(NCBI_DLL_BUILD)
47 # error "This toolkit is not buildable with a compiler other than MSVC."
54 #pragma warning (disable : 4786 4251 4275)
57 #ifdef NCBI_CORE_EXPORTS
58 # define NCBI_CREADERS_EXPORTS
62 #ifdef NCBI_CREADERS_EXPORTS
63 # define NCBI_CREADERS_EXPORT __declspec(dllexport)
65 # define NCBI_CREADERS_EXPORT __declspec(dllimport)
69 #elif defined(__GNUC__) && __GNUC__ >= 4
71 # define NCBI_CREADERS_EXPORT __attribute__((visibility("default")))
79 # define NCBI_CREADERS_EXPORT