| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/um/ |
Upload File : |
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
#pragma once
#ifdef __cplusplus_winrt
#if _MSC_VER >= 1900
// C++/CX mode with a newer compiler.
#define _WINDOWS_NUMERICS_CX_PROJECTION_
#else
// C++/CX mode with an older compiler.
#define _WINDOWS_NUMERICS_INTEROP_NAMESPACE_ Windows::Foundation::Numerics
#endif
// In C++/CX mode, define operators to convert between float2 and Windows::Foundation::Point+Size.
#define _WINDOWS_NUMERICS_POINT_SIZE_NAMESPACE_ Windows::Foundation
#elif defined __windows2Efoundation2Enumerics_h__
// Raw COM mode using ABI interop (after including windows.foundation.numerics.h).
#ifdef ____x_Windows_CFoundation_CIClosable_FWD_DEFINED__
#define _WINDOWS_NUMERICS_INTEROP_NAMESPACE_ Windows::Foundation::Numerics
#else
#define _WINDOWS_NUMERICS_INTEROP_NAMESPACE_ ABI::Windows::Foundation::Numerics
#endif
#endif
#define _WINDOWS_NUMERICS_NAMESPACE_ Windows::Foundation::Numerics
#define _WINDOWS_NUMERICS_BEGIN_NAMESPACE_ namespace Windows { namespace Foundation { namespace Numerics
#define _WINDOWS_NUMERICS_END_NAMESPACE_ }}
#include "WindowsNumerics.impl.h"
#undef _WINDOWS_NUMERICS_CX_PROJECTION_
#undef _WINDOWS_NUMERICS_INTEROP_NAMESPACE_
#undef _WINDOWS_NUMERICS_POINT_SIZE_NAMESPACE_
#undef _WINDOWS_NUMERICS_NAMESPACE_
#undef _WINDOWS_NUMERICS_BEGIN_NAMESPACE_
#undef _WINDOWS_NUMERICS_END_NAMESPACE_