aboutsummaryrefslogtreecommitdiff
path: root/libbutl/win32-utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/win32-utility.hxx')
-rw-r--r--libbutl/win32-utility.hxx4
1 files changed, 2 insertions, 2 deletions
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 ();
}
};