aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/once.h
diff options
context:
space:
mode:
authorGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-04-28 01:48:06 +0000
committerGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-04-28 01:48:06 +0000
commitccc11678c734a8c52bc025b2b4c1b21e5f12abc7 (patch)
treef3de386b6a89af470b0d41a5dbf0f8dfacb6a8ec /src/google/protobuf/stubs/once.h
parentef3730c2df51aa227250cf4f28fd1e4839916877 (diff)
Make building libprotobuf as a DLL work again.
Diffstat (limited to 'src/google/protobuf/stubs/once.h')
-rw-r--r--src/google/protobuf/stubs/once.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/once.h b/src/google/protobuf/stubs/once.h
index 58f1ea91..61c5f362 100644
--- a/src/google/protobuf/stubs/once.h
+++ b/src/google/protobuf/stubs/once.h
@@ -85,7 +85,7 @@ namespace protobuf {
struct GoogleOnceInternal;
-struct GoogleOnceType {
+struct LIBPROTOBUF_EXPORT GoogleOnceType {
GoogleOnceType();
void Init(void (*init_func)());