onnxruntime/winml/test/common/dllload.h
Ryan Lai 753af576c4
If building inbox, hook up winrt_activation_handler for WinML Tests (#6074)
* If building inbox, hook up winrt_activation_handler with what is already defined in in dllload.cpp

* Add base.h header

* Missed custom ops test
2020-12-10 14:41:01 -08:00

5 lines
No EOL
166 B
C

#pragma once
#include "Std.h"
#include "winrt/base.h"
int32_t __stdcall WINRT_RoGetActivationFactory(void* classId, winrt::guid const& iid, void** factory) noexcept;