|
@@ -356,8 +356,8 @@
|
|
|
#endif
|
|
|
|
|
|
#if defined(PROTOBUF_USE_DLLS)
|
|
|
- #if defined(_MSC_VER)
|
|
|
- #ifdef LIBPROTOBUF_EXPORTS
|
|
|
+#if defined(_MSC_VER)
|
|
|
+#ifdef LIBPROTOBUF_EXPORTS
|
|
|
#define PROTOBUF_EXPORT __declspec(dllexport)
|
|
|
#define PROTOBUF_EXPORT_TEMPLATE_DECLARE
|
|
|
#define PROTOBUF_EXPORT_TEMPLATE_DEFINE __declspec(dllexport)
|
|
@@ -388,8 +388,8 @@
|
|
|
#endif
|
|
|
#endif
|
|
|
#else // defined(PROTOBUF_USE_DLLS)
|
|
|
- #define PROTOBUF_EXPORT
|
|
|
- #define PROTOC_EXPORT
|
|
|
+#define PROTOBUF_EXPORT
|
|
|
+#define PROTOC_EXPORT
|
|
|
#define PROTOBUF_EXPORT_TEMPLATE_DECLARE
|
|
|
#define PROTOBUF_EXPORT_TEMPLATE_DEFINE
|
|
|
#endif
|