mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
* 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
5 lines
No EOL
166 B
C
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; |