From 117064c18b13dfe2e46f26b6dabe986c44f60fcd Mon Sep 17 00:00:00 2001 From: "liujisi@google.com" Date: Fri, 11 Jan 2013 10:35:05 +0000 Subject: add missing dll export macros for msvc. --- src/google/protobuf/stubs/once.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/google/protobuf/stubs/once.h') diff --git a/src/google/protobuf/stubs/once.h b/src/google/protobuf/stubs/once.h index c8cbe246..7fbc117f 100644 --- a/src/google/protobuf/stubs/once.h +++ b/src/google/protobuf/stubs/once.h @@ -118,6 +118,7 @@ typedef internal::AtomicWord ProtobufOnceType; #define GOOGLE_PROTOBUF_ONCE_INIT ::google::protobuf::ONCE_STATE_UNINITIALIZED +LIBPROTOBUF_EXPORT void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure); inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { -- cgit v1.2.3