aboutsummaryrefslogtreecommitdiff
path: root/libbutl/diagnostics.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-06-23 14:31:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-06-23 14:31:26 +0200
commite652a49cbac1098dd97695309336545ef4e9ae89 (patch)
tree1af0a5270d06e05e788c1342e1cc35723106b7ec /libbutl/diagnostics.hxx
parentc36042925c8d52e3899ea310018cb7243d191306 (diff)
Rename LIBBUTL_EXPORT to LIBBUTL_SYMEXPORT in preparation for modularization
Diffstat (limited to 'libbutl/diagnostics.hxx')
-rw-r--r--libbutl/diagnostics.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbutl/diagnostics.hxx b/libbutl/diagnostics.hxx
index b5ff1e6..c195ba0 100644
--- a/libbutl/diagnostics.hxx
+++ b/libbutl/diagnostics.hxx
@@ -26,13 +26,13 @@ namespace butl
// prevent this an object of diag_lock type (see below) must be created prior
// to write operation.
//
- LIBBUTL_EXPORT extern std::ostream* diag_stream;
+ LIBBUTL_SYMEXPORT extern std::ostream* diag_stream;
// Acquire the diagnostics exclusive access mutex in ctor, release in dtor.
// An object of the type must be created prior to writing to diag_stream (see
// above).
//
- struct LIBBUTL_EXPORT diag_lock
+ struct LIBBUTL_SYMEXPORT diag_lock
{
diag_lock ();
~diag_lock ();
@@ -44,7 +44,7 @@ namespace butl
using diag_epilogue = void (const diag_record&);
- struct LIBBUTL_EXPORT diag_record
+ struct LIBBUTL_SYMEXPORT diag_record
{
template <typename T>
friend const diag_record&