/** * @file XTPBeginAfxMap.h * * @copyright * (c) 1998-2025 Codejock Software, All Rights Reserved. * * This source file is the property of Codejock Software and must not be * redistributed by any means without the explicit written permission of * Codejock Software. * * The use of this source code is governed by the terms and conditions specified * in the Toolkit Pro license agreement. Codejock Software grants you, as a * single software developer, the limited right to use this software on one * computer only. * * Contact Information: * support@codejock.com * http://www.codejock.com * */ /** @cond */ #ifndef XTP_AFX_MAP_INCLUSION_CONTROL # define XTP_AFX_MAP_INCLUSION_CONTROL // C4619: #pragma warning: there is no warning number '...' // C4616: #pragma warning : warning number '...' out of range, must be between '4001' and '4999' // C4191: 'type cast' : unsafe conversion from '...' to 'AFX_PMSGW' // C5246: '...': the initialization of a subobject should be wrapped in braces // C5204: '...': class has virtual functions, but its trivial destructor is not virtual; instances // of objects derived from this class may not be destructed correctly # pragma warning(push) # pragma warning(disable : 4619 4616 4191 5246 5204) #else # error "Common/Base/Diagnostic/XTPEndAfxMap.h" inclusion is missing #endif /** @endcond */