mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-11 17:48:34 +00:00
5 lines
166 B
C
5 lines
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;
|