From 9b10f5845aabc791e2fef0e5a11656ca01cd7813 Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Tue, 30 Sep 2008 00:09:40 +0000 Subject: * Fix build on MSVC. * Switch to statically-linked libraries instead of DLLs on MSVC. --- src/google/protobuf/compiler/cpp/cpp_file.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/google/protobuf/compiler/cpp/cpp_file.h') diff --git a/src/google/protobuf/compiler/cpp/cpp_file.h b/src/google/protobuf/compiler/cpp/cpp_file.h index fc3d98cf..b4e01285 100644 --- a/src/google/protobuf/compiler/cpp/cpp_file.h +++ b/src/google/protobuf/compiler/cpp/cpp_file.h @@ -85,6 +85,8 @@ class FileGenerator { // E.g. if the package is foo.bar, package_parts_ is {"foo", "bar"}. vector package_parts_; + string dllexport_decl_; + GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FileGenerator); }; -- cgit v1.2.3