diff options
author | Bernard Normier <bernard@zeroc.com> | 2003-05-21 03:42:45 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2003-05-21 03:42:45 +0000 |
commit | 9fc55c12633774c3cbf3130e332d51af53e67d96 (patch) | |
tree | f6fdfe07865b4062503aedf7216bfa6268693cc1 /cpp/src/IceStorm/Service.cpp | |
parent | bug fixes, minor edits (diff) | |
download | ice-9fc55c12633774c3cbf3130e332d51af53e67d96.tar.bz2 ice-9fc55c12633774c3cbf3130e332d51af53e67d96.tar.xz ice-9fc55c12633774c3cbf3130e332d51af53e67d96.zip |
Sun C++ 5.5 port
Diffstat (limited to 'cpp/src/IceStorm/Service.cpp')
-rw-r--r-- | cpp/src/IceStorm/Service.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/IceStorm/Service.cpp b/cpp/src/IceStorm/Service.cpp index 5ba34caa7f6..81e67f906d7 100644 --- a/cpp/src/IceStorm/Service.cpp +++ b/cpp/src/IceStorm/Service.cpp @@ -16,10 +16,8 @@ #include <IceStorm/TraceLevels.h> #include <IceBox/IceBox.h> -#if defined(_WIN32) -# define ICESTORM_SERVICE_API __declspec(dllexport) -#else -# define ICESTORM_SERVICE_API /**/ +#ifndef ICESTORM_SERVICE_API +# define ICESTORM_SERVICE_API ICE_DECLSPEC_EXPORT #endif using namespace std; |