From fcb8a50b5017673a90dd9d7eef9999a101151c30 Mon Sep 17 00:00:00 2001 From: "xiaofeng@google.com" Date: Mon, 24 Sep 2012 06:48:20 +0000 Subject: Update MSVC project files and fix compilation issues in MSVC. --- src/google/protobuf/wire_format_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/google/protobuf/wire_format_unittest.cc') diff --git a/src/google/protobuf/wire_format_unittest.cc b/src/google/protobuf/wire_format_unittest.cc index 98c066a2..9822828b 100644 --- a/src/google/protobuf/wire_format_unittest.cc +++ b/src/google/protobuf/wire_format_unittest.cc @@ -497,7 +497,7 @@ TEST(WireFormatTest, ParseMessageSetWithReverseTagOrder) { coded_output.WriteVarint32(message.ByteSize()); message.SerializeWithCachedSizes(&coded_output); // Write the type id. - uint32_t type_id = message.GetDescriptor()->extension(0)->number(); + uint32 type_id = message.GetDescriptor()->extension(0)->number(); WireFormatLite::WriteUInt32(WireFormatLite::kMessageSetTypeIdNumber, type_id, &coded_output); coded_output.WriteTag(WireFormatLite::kMessageSetItemEndTag); -- cgit v1.2.3