summaryrefslogtreecommitdiff
path: root/cpp/include/IceXML/StreamI.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2003-04-17 03:15:58 +0000
committerBernard Normier <bernard@zeroc.com>2003-04-17 03:15:58 +0000
commit3176b44a88bfe6058159d5a24d160f57e960615c (patch)
treecb3ed89fa04355aec4433687b9a6dc81528cbd31 /cpp/include/IceXML/StreamI.h
parentfile FactoryTableDef.cpp was initially added on branch slicing. (diff)
downloadice-3176b44a88bfe6058159d5a24d160f57e960615c.tar.bz2
ice-3176b44a88bfe6058159d5a24d160f57e960615c.tar.xz
ice-3176b44a88bfe6058159d5a24d160f57e960615c.zip
Macro reorg/cleanup
Diffstat (limited to 'cpp/include/IceXML/StreamI.h')
-rw-r--r--cpp/include/IceXML/StreamI.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/cpp/include/IceXML/StreamI.h b/cpp/include/IceXML/StreamI.h
index 7a5a7d7b324..e5144993486 100644
--- a/cpp/include/IceXML/StreamI.h
+++ b/cpp/include/IceXML/StreamI.h
@@ -21,14 +21,12 @@
#include <map>
-#ifdef _WIN32
+#ifndef ICE_XML_API
# ifdef ICE_XML_API_EXPORTS
-# define ICE_XML_API __declspec(dllexport)
+# define ICE_XML_API ICE_DECLSPEC_EXPORT
# else
-# define ICE_XML_API __declspec(dllimport)
+# define ICE_XML_API ICE_DECLSPEC_IMPORT
# endif
-#else
-# define ICE_XML_API /**/
#endif
namespace IceXML