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/utility.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libbutl/utility.hxx') diff --git a/libbutl/utility.hxx b/libbutl/utility.hxx index 448f386..3a994bb 100644 --- a/libbutl/utility.hxx +++ b/libbutl/utility.hxx @@ -30,10 +30,10 @@ namespace butl // // See also the exception sanitization below. // - [[noreturn]] LIBBUTL_EXPORT void + [[noreturn]] LIBBUTL_SYMEXPORT void throw_generic_error (int errno_code, const char* what = nullptr); - [[noreturn]] LIBBUTL_EXPORT void + [[noreturn]] LIBBUTL_SYMEXPORT void throw_system_error (int system_code, int fallback_errno_code = 0); // Convert ASCII character/string case. If there is no upper/lower case @@ -219,7 +219,7 @@ namespace butl // use a wrapper functions. // #ifdef _WIN32 - LIBBUTL_EXPORT bool& + LIBBUTL_SYMEXPORT bool& exception_unwinding_dtor (); #else inline bool& @@ -255,7 +255,7 @@ namespace std // - stripping system error redundant suffix (see utility.cxx) // - lower-case the first letter if the beginning looks like a word // - LIBBUTL_EXPORT ostream& + LIBBUTL_SYMEXPORT ostream& operator<< (ostream&, const exception&); } -- cgit v1.1