1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef BUILD_INTSAFE_WORKAROUND_H_
6 #define BUILD_INTSAFE_WORKAROUND_H_
9 // http://connect.microsoft.com/VisualStudio/feedback/details/621653/
10 // http://crbug.com/225822
11 // Note that we can't actually include <stdint.h> here because there's other
12 // code in third_party that has partial versions of stdint types that conflict.
27 #endif // BUILD_INTSAFE_WORKAROUND_H_