From e652a49cbac1098dd97695309336545ef4e9ae89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 23 Jun 2017 14:31:26 +0200 Subject: Rename LIBBUTL_EXPORT to LIBBUTL_SYMEXPORT in preparation for modularization --- libbutl/diagnostics.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libbutl/diagnostics.hxx') 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 friend const diag_record& -- cgit v1.1