diff options
author | Benoit Foucher <benoit@zeroc.com> | 2003-01-27 16:00:50 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2003-01-27 16:00:50 +0000 |
commit | 002c4bb93deef242747ea60524a8cd25c01cec41 (patch) | |
tree | e0e4b55c3dc8ca8537327fb719d93ee0d0ff5ee6 /cpp/src/Ice/Instance.cpp | |
parent | Fix for NullHandleAbort not being set on Windows (diff) | |
download | ice-002c4bb93deef242747ea60524a8cd25c01cec41.tar.bz2 ice-002c4bb93deef242747ea60524a8cd25c01cec41.tar.xz ice-002c4bb93deef242747ea60524a8cd25c01cec41.zip |
Added ICE_UTIL_API for nullHandleAbort
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 2 |
1 files changed, 1 insertions, 1 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; }; |