1// Copyright 2018 The Chromium Authors 2// Use of this source code is governed by a BSD-style license that can be 3// found in the LICENSE file. 4 5// This file verifies no poisonous defines from windows headers are present. 6// If you add more macros here, add them to windows_undefines.inc too 7 8// This will generate an error if it was defined to something different, or 9// if it is defined to something different after. 10// Preprocessor will also nicely point to header that defined it differently. 11#define StrCat StrCat 12 13