Add missing LIBPROTOBUF_EXPORT.

pull/3335/head
kenton@google.com 16 years ago
parent 679edc415e
commit 6f9bc71ffd
  1. 2
      src/google/protobuf/stubs/common.h

@ -1075,7 +1075,7 @@ template<typename T> struct remove_pointer<T* const volatile> {
// Checks if the buffer contains structurally-valid UTF-8. Implemented in
// structurally_valid.cc.
bool IsStructurallyValidUTF8(const char* buf, int len);
LIBPROTOBUF_EXPORT bool IsStructurallyValidUTF8(const char* buf, int len);
} // namespace internal

Loading…
Cancel
Save