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/win32-utility.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbutl/win32-utility.hxx') diff --git a/libbutl/win32-utility.hxx b/libbutl/win32-utility.hxx index cdaf846..d9a3bcb 100644 --- a/libbutl/win32-utility.hxx +++ b/libbutl/win32-utility.hxx @@ -41,10 +41,10 @@ namespace butl { namespace win32 { - LIBBUTL_EXPORT std::string + LIBBUTL_SYMEXPORT std::string error_msg (DWORD code); - LIBBUTL_EXPORT std::string + LIBBUTL_SYMEXPORT std::string last_error_msg (); } }; -- cgit v1.1