forked from boostorg/config
Removed unnecessary changes. Corrected spelling mistake in a comment.
This commit is contained in:
@ -111,30 +111,6 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif /* defined(BOOST_EMBTC) */
|
#endif /* defined(BOOST_EMBTC) */
|
||||||
|
|
||||||
#if defined(BOOST_EMBTC_WINDOWS)
|
|
||||||
|
|
||||||
/* The Windows SDK for Embarcadero has the deprecated 'chdir' function for _chdir
|
|
||||||
so make sure any call to _chdir becomes a call to chdir */
|
|
||||||
|
|
||||||
# define _chdir chdir
|
|
||||||
|
|
||||||
/* Undefine the symbols and the Windows platform will automatically define them for us
|
|
||||||
as appropriate */
|
|
||||||
|
|
||||||
#if defined(BOOST_SYMBOL_EXPORT)
|
|
||||||
#undef BOOST_SYMBOL_EXPORT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(BOOST_SYMBOL_IMPORT)
|
|
||||||
#undef BOOST_SYMBOL_IMPORT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(BOOST_SYMBOL_VISIBLE)
|
|
||||||
#undef BOOST_SYMBOL_VISIBLE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
# undef BOOST_COMPILER
|
# undef BOOST_COMPILER
|
||||||
# define BOOST_COMPILER "Embarcadero-Clang C++ version " BOOST_STRINGIZE(__CODEGEARC__) " clang: " __clang_version__
|
# define BOOST_COMPILER "Embarcadero-Clang C++ version " BOOST_STRINGIZE(__CODEGEARC__) " clang: " __clang_version__
|
||||||
// # define __CODEGEARC_CLANG__ __CODEGEARC__
|
// # define __CODEGEARC_CLANG__ __CODEGEARC__
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// ensure that visibility macros are always defined, thus symplifying use
|
// ensure that visibility macros are always defined, thus simplifying use
|
||||||
//
|
//
|
||||||
#ifndef BOOST_SYMBOL_EXPORT
|
#ifndef BOOST_SYMBOL_EXPORT
|
||||||
# define BOOST_SYMBOL_EXPORT
|
# define BOOST_SYMBOL_EXPORT
|
||||||
|
Reference in New Issue
Block a user