onnxruntime/winml/lib/Api.Experimental/Dummy.cpp
Sheil Kumar 8a66ad79a6
Add Experimental WinRT API IDL as placeholder for adding new winrt features (#4736)
* 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>
2020-08-12 12:45:19 -07:00

12 lines
171 B
C++

#include "pch.h"
#include "Dummy.h"
namespace WINML_EXPERIMENTALP {
void Dummy::Test()
{
throw hresult_not_implemented();
}
} // namespace WINML_EXPERIMENTALP