// Copyright 2010-2020 The Khronos Group Inc. // SPDX-License-Identifier: Apache-2.0 // stdafx.h #pragma once #if defined(_WIN32) // _CRT_SECURE_NO_WARNINGS must be defined before , // and and #define _CRT_SECURE_NO_WARNINGS #endif #include #include #ifdef _WIN32 #include #if _MSC_VER < 1900 #define snprintf _snprintf #endif #else #include #define _setmode(x, y) 0 #endif #include #include #include