diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-05-11 17:50:09 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-05-11 17:50:09 -0400 |
commit | ff76da01915482dc5c5bcc693789642882958d64 (patch) | |
tree | b57639e7490f850fbec23c50f159c408689234e5 /cpp/include/Slice/Preprocessor.h | |
parent | cleaning up stream API in C++/Java/JS (diff) | |
download | ice-ff76da01915482dc5c5bcc693789642882958d64.tar.bz2 ice-ff76da01915482dc5c5bcc693789642882958d64.tar.xz ice-ff76da01915482dc5c5bcc693789642882958d64.zip |
IceUtil and Slice msbuild updates
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: |