mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
* Add experimental winrt api idl with dummy type to satisfy the build * remove experimental from the api_lib target * make experimental api available on windows builds also * remove /y /d * revert some pathing changes * remove experimental api call from tests * revert cppwinrt cmake changes * switch to stdapi Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
16 lines
No EOL
332 B
C
16 lines
No EOL
332 B
C
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
|
|
#pragma once
|
|
|
|
#pragma warning(push)
|
|
#pragma warning(disable : 26495)
|
|
#pragma warning(disable : 6011)
|
|
|
|
#pragma warning(disable : 26451)
|
|
#pragma warning(disable : 6387)
|
|
|
|
#include "cppwinrt_onnx.h"
|
|
#include "dx.h"
|
|
|
|
#pragma warning(pop) |