Add dll export tags to Rust protoc generator

PiperOrigin-RevId: 512742225
pull/12074/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent 97c1e2968a
commit b82232fbcb
  1. 3
      src/google/protobuf/compiler/rust/generator.h

@ -43,7 +43,8 @@ namespace protobuf {
namespace compiler {
namespace rust {
class RustGenerator final : public google::protobuf::compiler::CodeGenerator {
class PROTOC_EXPORT RustGenerator final
: public google::protobuf::compiler::CodeGenerator {
public:
RustGenerator() = default;
RustGenerator(const RustGenerator&) = delete;

Loading…
Cancel
Save