summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/Instance.cpp2
-rw-r--r--cpp/src/IceUtil/Exception.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp
index 6626616565e..80de465fc35 100644
--- a/cpp/src/Ice/Instance.cpp
+++ b/cpp/src/Ice/Instance.cpp
@@ -61,7 +61,7 @@ string Instance::_identForOpenlog;
namespace IceUtil
{
-extern bool nullHandleAbort;
+extern bool ICE_UTIL_API nullHandleAbort;
};
diff --git a/cpp/src/IceUtil/Exception.cpp b/cpp/src/IceUtil/Exception.cpp
index cf52e06e6a8..38e36fed7e8 100644
--- a/cpp/src/IceUtil/Exception.cpp
+++ b/cpp/src/IceUtil/Exception.cpp
@@ -19,7 +19,7 @@ using namespace std;
namespace IceUtil
{
-bool nullHandleAbort = false;
+bool ICE_UTIL_API nullHandleAbort = false;
};