// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once // Specify a requirement for WinXP. See http://msdn.microsoft.com/en-us/library/aa383745(VS.85).aspx #define _WIN32_WINNT 0x0501 #pragma warning( disable : 4511 4127 4702 4239 ) // Standard C++ headers #include #include #include #include #include #ifdef base_type #undef base_type #endif // link in the 3ds max libraries #include #include #include "resource.h"