1 // Protocol Buffers - Google's data interchange format 2 // Copyright 2008 Google Inc. All rights reserved. 3 // 4 // Use of this source code is governed by a BSD-style 5 // license that can be found in the LICENSE file or at 6 // https://developers.google.com/open-source/licenses/bsd 7 8 // Author: kenton@google.com (Kenton Varda) 9 // Based on original Protocol Buffers design by 10 // Sanjay Ghemawat, Jeff Dean, and others. 11 12 #ifdef _WIN32 13 // Verify that #including windows.h does not break anything (e.g. because 14 // windows.h #defines GetMessage() as a macro). 15 #include <windows.h> 16 #endif 17 18 #include "google/protobuf/test_util.h" 19 20 namespace google { 21 namespace protobuf { 22 23 } // namespace protobuf 24 } // namespace google 25