aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/protobuf
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-23 13:46:40 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-23 13:46:40 +0300
commit487e08c67742f8b922086c123e2ed1e08d6e8080 (patch)
treefddd2fca24b4e284080caa5db3d4a8d85967392f /contrib/libs/protobuf
parenta90605734f5718f64ebc9b0a0883c0f33352dd75 (diff)
downloadydb-487e08c67742f8b922086c123e2ed1e08d6e8080.tar.gz
intermediate changes
ref:e2259743aaaa198850a5184b92813fca8eb3a49b
Diffstat (limited to 'contrib/libs/protobuf')
-rw-r--r--contrib/libs/protobuf/src/google/protobuf/port_def.inc2
-rw-r--r--contrib/libs/protobuf/src/google/protobuf/port_undef.inc1
2 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libs/protobuf/src/google/protobuf/port_def.inc b/contrib/libs/protobuf/src/google/protobuf/port_def.inc
index c40e6af377..045433848b 100644
--- a/contrib/libs/protobuf/src/google/protobuf/port_def.inc
+++ b/contrib/libs/protobuf/src/google/protobuf/port_def.inc
@@ -610,6 +610,8 @@
#undef ERROR_NOT_FOUND
#pragma push_macro("GetMessage")
#undef GetMessage
+#pragma push_macro("GetObject")
+#undef GetObject
#pragma push_macro("IGNORE")
#undef IGNORE
#pragma push_macro("IN")
diff --git a/contrib/libs/protobuf/src/google/protobuf/port_undef.inc b/contrib/libs/protobuf/src/google/protobuf/port_undef.inc
index 4e956d4ed1..34b1b064a8 100644
--- a/contrib/libs/protobuf/src/google/protobuf/port_undef.inc
+++ b/contrib/libs/protobuf/src/google/protobuf/port_undef.inc
@@ -101,6 +101,7 @@
#pragma pop_macro("ERROR_INSTALL_FAILED")
#pragma pop_macro("ERROR_NOT_FOUND")
#pragma pop_macro("GetMessage")
+#pragma pop_macro("GetObject")
#pragma pop_macro("IGNORE")
#pragma pop_macro("IN")
#pragma pop_macro("INPUT_KEYBOARD")