diff options
Diffstat (limited to 'cpp/include/Ice/Config.h')
-rw-r--r-- | cpp/include/Ice/Config.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/cpp/include/Ice/Config.h b/cpp/include/Ice/Config.h index 83817d599c0..c6672061f1d 100644 --- a/cpp/include/Ice/Config.h +++ b/cpp/include/Ice/Config.h @@ -33,18 +33,6 @@ #endif // -// Automatically link Ice[D|++11|++11D].lib with Visual C++ -// - -#if !defined(ICE_BUILDING_ICE) && defined(ICE_API_EXPORTS) -# define ICE_BUILDING_ICE -#endif - -#if defined(_MSC_VER) && !defined(ICE_BUILDING_ICE) -# pragma comment(lib, ICE_LIBNAME("Ice")) -#endif - -// // Define the Ice and IceInternal namespace, so that we can use the following // everywhere in our code: // @@ -59,16 +47,6 @@ namespace IceInternal { } -#ifndef ICE_API -# if defined(ICE_STATIC_LIBS) -# define ICE_API /**/ -# elif defined(ICE_API_EXPORTS) -# define ICE_API ICE_DECLSPEC_EXPORT -# else -# define ICE_API ICE_DECLSPEC_IMPORT -# endif -#endif - namespace Ice { |