diff options
author | Bernard Normier <bernard@zeroc.com> | 2019-07-25 08:47:11 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2019-07-25 08:47:11 -0500 |
commit | 2b78296a9aa5dc507777a674479faf3cf35f8742 (patch) | |
tree | d2e75ee01791a1cf1a11ddd99fa68b2b0945e45c /cpp/include/Ice/OutgoingAsync.h | |
parent | White space cleanup (diff) | |
download | ice-2b78296a9aa5dc507777a674479faf3cf35f8742.tar.bz2 ice-2b78296a9aa5dc507777a674479faf3cf35f8742.tar.xz ice-2b78296a9aa5dc507777a674479faf3cf35f8742.zip |
Add support for hidden visibility on AIX/xlC.
Link libIceXML with libexpat-static on AIX/xlC.
Diffstat (limited to 'cpp/include/Ice/OutgoingAsync.h')
-rw-r--r-- | cpp/include/Ice/OutgoingAsync.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/OutgoingAsync.h b/cpp/include/Ice/OutgoingAsync.h index b9bf898a3c9..d426b372eea 100644 --- a/cpp/include/Ice/OutgoingAsync.h +++ b/cpp/include/Ice/OutgoingAsync.h @@ -664,7 +664,7 @@ public: // // See comments in OutgoingAsync.cpp // -extern ICE_API CallbackBasePtr dummyCallback; +extern ICE_API CallbackBasePtr dummyCallback ICE_GLOBAL_VAR_SUFFIX; // // Generic callback template that requires the caller to down-cast the |