Index: third_party/protobuf/src/google/protobuf/stubs/once.h |
diff --git a/third_party/protobuf/src/google/protobuf/stubs/once.h b/third_party/protobuf/src/google/protobuf/stubs/once.h |
index c8cbe2469abc9042df3f260e051644edc4f50aee..ead86fbd59ed9875f0a2c4f4ef2f036244fe7cf0 100644 |
--- a/third_party/protobuf/src/google/protobuf/stubs/once.h |
+++ b/third_party/protobuf/src/google/protobuf/stubs/once.h |
@@ -118,7 +118,8 @@ typedef internal::AtomicWord ProtobufOnceType; |
#define GOOGLE_PROTOBUF_ONCE_INIT ::google::protobuf::ONCE_STATE_UNINITIALIZED |
-void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure); |
+LIBPROTOBUF_EXPORT void GoogleOnceInitImpl(ProtobufOnceType* once, |
+ Closure* closure); |
inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { |
if (internal::Acquire_Load(once) != ONCE_STATE_DONE) { |