aboutsummaryrefslogtreecommitdiff
path: root/odb/details/shared-ptr
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-03 16:20:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-03 16:20:38 +0200
commit0e2ae18a97fd507bac872031888d34c3a7d8b17b (patch)
tree3f9a551486969d2bc05f272e2da372c1a55d34cf /odb/details/shared-ptr
parent137b1eb3e41578d9d4a066ef75c6abfa597c46cd (diff)
Implement Win32 TLS support
Diffstat (limited to 'odb/details/shared-ptr')
-rw-r--r--odb/details/shared-ptr/base.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/details/shared-ptr/base.hxx b/odb/details/shared-ptr/base.hxx
index 309f7d2..c8beb07 100644
--- a/odb/details/shared-ptr/base.hxx
+++ b/odb/details/shared-ptr/base.hxx
@@ -31,8 +31,8 @@ namespace odb
char id_;
};
- extern share shared;
- extern share exclusive;
+ extern LIBODB_EXPORT share shared;
+ extern LIBODB_EXPORT share exclusive;
}
}