From fd72f7f1ab0e93a4dd885323d0416938c6a4914e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Nov 2016 14:44:46 +0200 Subject: Add missing export macro --- butl/utility | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'butl/utility') diff --git a/butl/utility b/butl/utility index 6155207..c57aabb 100644 --- a/butl/utility +++ b/butl/utility @@ -12,6 +12,8 @@ #include // uncaught_exception() //#include // hash +#include + namespace butl { // Convert ASCII character/string case. If there is no upper/lower case @@ -158,7 +160,7 @@ namespace butl // // @@ MT: will have to be TLS. // - extern bool exception_unwinding_dtor; + LIBBUTL_EXPORT extern bool exception_unwinding_dtor; template struct exception_guard; -- cgit v1.1