/* * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file.
*/
#include <skia_compiler.hxx>
// Get the type of compiler that Skia is compiled with. constchar* skia_compiler_name()
{ #ifdefined __clang__ return"Clang"; #elifdefined __GNUC__ return"GCC"; #elifdefined _MSC_VER return"MSVC"; #else return"?"; #endif
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.