/* ===-------- vadefs.h ---------------------------------------------------===
*
* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
* See https://llvm.org/LICENSE.txt for license information.
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*
*===-----------------------------------------------------------------------===
*/
/* Only include this if we are aiming for MSVC compatibility. */
/* Override macros from vadefs.h with definitions that work with Clang. */
/* VS 2015 switched to double underscore names, which is an improvement, but now
* we have to intercept those names too.
*/