2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
6 #include <skia_compiler.hxx>
8 // Get the type of compiler that Skia is compiled with.
9 const char* skia_compiler_name()
13 #elif defined __GNUC__
15 #elif defined _MSC_VER