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