diff options
Diffstat (limited to 'cpp/include/Slice/Preprocessor.h')
-rw-r--r-- | cpp/include/Slice/Preprocessor.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h index f38d1039146..80f8acf4d66 100644 --- a/cpp/include/Slice/Preprocessor.h +++ b/cpp/include/Slice/Preprocessor.h @@ -14,23 +14,13 @@ #include <IceUtil/Handle.h> #include <vector> -#ifndef SLICE_API -# if defined(ICE_STATIC_LIBS) -# define SLICE_API /**/ -# elif defined(SLICE_API_EXPORTS) -# define SLICE_API ICE_DECLSPEC_EXPORT -# else -# define SLICE_API ICE_DECLSPEC_IMPORT -# endif -#endif - namespace Slice { class Preprocessor; typedef IceUtil::Handle<Preprocessor> PreprocessorPtr; -class SLICE_API Preprocessor : public IceUtil::SimpleShared +class Preprocessor : public IceUtil::SimpleShared { public: |