Browse Source

Merge pull request #448 from DragonAura/dev

fix(CAPI): 🐛 fix missing undef
tags/0.1.0
shangfengh GitHub 2 years ago
parent
commit
44d7774437
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      CAPI/cpp/proto/Services.grpc.pb.h

+ 2
- 0
CAPI/cpp/proto/Services.grpc.pb.h View File

@@ -25,6 +25,8 @@
#include <grpcpp/impl/codegen/stub_options.h>
#include <grpcpp/impl/codegen/sync_stream.h>

#undef SendMessage

namespace protobuf
{



Loading…
Cancel
Save