windows_defines.inc 541 B

123456789101112
  1. // Copyright 2018 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.
  4. // This file verifies no poisonous defines from windows headers are present.
  5. // If you add more macros here, add them to windows_undefines.inc too
  6. // This will generate an error if it was defined to something different, or
  7. // if it is defined to something different after.
  8. // Preprocessor will also nicely point to header that defined it differently.
  9. #define StrCat StrCat