Added Como dll export options.

[SVN r19317]
This commit is contained in:
John Maddock
2003-07-26 11:12:32 +00:00
parent 8a5b00c128
commit 9d565f63ed

View File

@ -205,7 +205,7 @@ using std::distance;
# define BOOST_REGEX_HAS_DLL_RUNTIME # define BOOST_REGEX_HAS_DLL_RUNTIME
#endif #endif
#if defined(__ICL) && defined(_DLL) #if (defined(__ICL) || defined(__COMO__)) && defined(_DLL)
# define BOOST_REGEX_HAS_DLL_RUNTIME # define BOOST_REGEX_HAS_DLL_RUNTIME
#endif #endif
@ -577,6 +577,10 @@ BOOST_REGEX_DECL void BOOST_REGEX_CALL put_mem_block(void*);
* *
****************************************************************************/ ****************************************************************************/
#ifdef BOOST_REGEX_CONFIG_INFO
BOOST_REGEX_DECL void BOOST_REGEX_CALL print_regex_library_info();
#endif
#if defined(BOOST_REGEX_DIAG) #if defined(BOOST_REGEX_DIAG)
# pragma message ("BOOST_REGEX_DECL set as: " BOOST_STRINGIZE(BOOST_REGEX_DECL)) # pragma message ("BOOST_REGEX_DECL set as: " BOOST_STRINGIZE(BOOST_REGEX_DECL))
# pragma message ("BOOST_REGEX_CALL set as: " BOOST_STRINGIZE(BOOST_REGEX_CALL)) # pragma message ("BOOST_REGEX_CALL set as: " BOOST_STRINGIZE(BOOST_REGEX_CALL))