mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
14 lines
686 B
Diff
14 lines
686 B
Diff
diff --git a/src/google/protobuf/generated_message_util.h b/src/google/protobuf/generated_message_util.h
|
|
index 4417446..a7154b4 100644
|
|
--- a/src/google/protobuf/generated_message_util.h
|
|
+++ b/src/google/protobuf/generated_message_util.h
|
|
@@ -164,7 +164,7 @@ class ExplicitlyConstructed {
|
|
|
|
// Default empty string object. Don't use this directly. Instead, call
|
|
// GetEmptyString() to get the reference.
|
|
-extern ExplicitlyConstructed< ::std::string> fixed_address_empty_string;
|
|
+LIBPROTOBUF_EXPORT extern ExplicitlyConstructed< ::std::string> fixed_address_empty_string;
|
|
LIBPROTOBUF_EXPORT extern ProtobufOnceType empty_string_once_init_;
|
|
LIBPROTOBUF_EXPORT void InitEmptyString();
|
|
|