mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
On Windows, clang-format has a bug when AlignTrailingComments.Kind is set to `Leave` (https://clang.llvm.org/docs/ClangFormatStyleOptions.html#aligntrailingcomments), where it will keep adding indentation to comments after each formatting runs. This PR changes to always align comments so we do not hit the bug. As a consequence of the options change we need to reformat some of the files. Note that this option is aligned with the rest of the repository.
97 lines
3.2 KiB
C
97 lines
3.2 KiB
C
/* Header file automatically generated from dualapipartitionattribute.idl */
|
|
/*
|
|
* File built with Microsoft(R) MIDLRT Compiler Engine Version 10.00.0228
|
|
*/
|
|
|
|
#pragma warning(disable : 4049) /* more than 64k source lines */
|
|
|
|
/* verify that the <rpcndr.h> version is high enough to compile this file*/
|
|
#ifndef __REQUIRED_RPCNDR_H_VERSION__
|
|
#define __REQUIRED_RPCNDR_H_VERSION__ 500
|
|
#endif
|
|
|
|
/* verify that the <rpcsal.h> version is high enough to compile this file*/
|
|
#ifndef __REQUIRED_RPCSAL_H_VERSION__
|
|
#define __REQUIRED_RPCSAL_H_VERSION__ 100
|
|
#endif
|
|
|
|
#include <rpc.h>
|
|
#include <rpcndr.h>
|
|
|
|
#ifndef __RPCNDR_H_VERSION__
|
|
#error this stub requires an updated version of <rpcndr.h>
|
|
#endif /* __RPCNDR_H_VERSION__ */
|
|
|
|
#ifndef COM_NO_WINDOWS_H
|
|
#include <windows.h>
|
|
#include <ole2.h>
|
|
#endif /*COM_NO_WINDOWS_H*/
|
|
#ifndef __dualapipartitionattribute_h__
|
|
#define __dualapipartitionattribute_h__
|
|
#ifndef __dualapipartitionattribute_p_h__
|
|
#define __dualapipartitionattribute_p_h__
|
|
|
|
#pragma once
|
|
|
|
#pragma push_macro("MIDL_CONST_ID")
|
|
#undef MIDL_CONST_ID
|
|
#define MIDL_CONST_ID const __declspec(selectany)
|
|
|
|
// API Contract Inclusion Definitions
|
|
#if !defined(SPECIFIC_API_CONTRACT_DEFINITIONS)
|
|
#if !defined(WINDOWS_APPLICATIONMODEL_CALLS_CALLSPHONECONTRACT_VERSION)
|
|
#define WINDOWS_APPLICATIONMODEL_CALLS_CALLSPHONECONTRACT_VERSION 0x50000
|
|
#endif // defined(WINDOWS_APPLICATIONMODEL_CALLS_CALLSPHONECONTRACT_VERSION)
|
|
|
|
#if !defined(WINDOWS_FOUNDATION_FOUNDATIONCONTRACT_VERSION)
|
|
#define WINDOWS_FOUNDATION_FOUNDATIONCONTRACT_VERSION 0x40000
|
|
#endif // defined(WINDOWS_FOUNDATION_FOUNDATIONCONTRACT_VERSION)
|
|
|
|
#if !defined(WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION)
|
|
#define WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION 0xa0000
|
|
#endif // defined(WINDOWS_FOUNDATION_UNIVERSALAPICONTRACT_VERSION)
|
|
|
|
#if !defined(WINDOWS_NETWORKING_SOCKETS_CONTROLCHANNELTRIGGERCONTRACT_VERSION)
|
|
#define WINDOWS_NETWORKING_SOCKETS_CONTROLCHANNELTRIGGERCONTRACT_VERSION 0x30000
|
|
#endif // defined(WINDOWS_NETWORKING_SOCKETS_CONTROLCHANNELTRIGGERCONTRACT_VERSION)
|
|
|
|
#if !defined(WINDOWS_PHONE_PHONECONTRACT_VERSION)
|
|
#define WINDOWS_PHONE_PHONECONTRACT_VERSION 0x10000
|
|
#endif // defined(WINDOWS_PHONE_PHONECONTRACT_VERSION)
|
|
|
|
#if !defined(WINDOWS_PHONE_PHONEINTERNALCONTRACT_VERSION)
|
|
#define WINDOWS_PHONE_PHONEINTERNALCONTRACT_VERSION 0x10000
|
|
#endif // defined(WINDOWS_PHONE_PHONEINTERNALCONTRACT_VERSION)
|
|
|
|
#if !defined(WINDOWS_UI_WEBUI_CORE_WEBUICOMMANDBARCONTRACT_VERSION)
|
|
#define WINDOWS_UI_WEBUI_CORE_WEBUICOMMANDBARCONTRACT_VERSION 0x10000
|
|
#endif // defined(WINDOWS_UI_WEBUI_CORE_WEBUICOMMANDBARCONTRACT_VERSION)
|
|
|
|
#endif // defined(SPECIFIC_API_CONTRACT_DEFINITIONS)
|
|
|
|
// Header files for imported files
|
|
#include "Windows.Foundation.h"
|
|
|
|
#if defined(__cplusplus) && !defined(CINTERFACE)
|
|
/* Forward Declarations */
|
|
|
|
#pragma warning(push)
|
|
#pragma warning(disable : 4668)
|
|
#pragma warning(disable : 4001)
|
|
#pragma once
|
|
#pragma warning(pop)
|
|
|
|
#else // !defined(__cplusplus)
|
|
/* Forward Declarations */
|
|
|
|
#pragma warning(push)
|
|
#pragma warning(disable : 4668)
|
|
#pragma warning(disable : 4001)
|
|
#pragma once
|
|
#pragma warning(pop)
|
|
|
|
#endif // defined(__cplusplus)
|
|
#pragma pop_macro("MIDL_CONST_ID")
|
|
#endif // __dualapipartitionattribute_p_h__
|
|
|
|
#endif // __dualapipartitionattribute_h__
|