1--- third_party/googletest/googletest/include/gtest/gtest-message.h 2023-01-17 16:10:56.252360383 +0800 2+++ /home/suze/tp/code/ohos_devtools_trace_resolver/third_party/googletest/googletest/include/gtest/gtest-message.h 2023-01-06 17:58:25.830759482 +0800 3@@ -49,8 +49,11 @@ 4 5 #include <limits> 6 #include <memory> 7+#undef private 8+#define private private 9 #include <sstream> 10- 11+#undef private 12+#define private public 13 #include "gtest/internal/gtest-port.h" 14 15 GTEST_DISABLE_MSC_WARNINGS_PUSH_(4251 \ 16