// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 #pragma once #define WIN32_LEAN_AND_MEAN #define NOMINMAX #include #include #ifndef _USE_MATH_DEFINES #define _USE_MATH_DEFINES #endif #include #pragma warning( push, 3 ) #include #include #include #include #include #pragma warning( pop ) using std::max; using std::min; #if !defined(NO_INIUTIL_USING) #define NO_INIUTIL_USING #endif #include #include #if MAX_VERSION_MAJOR < 15 #define p_end end #endif