Remove WINRT_CoIncrementMTAUsage redefinition (#262)
This commit is contained in:
Родитель
ed0b176a8b
Коммит
71b913d583
|
@ -199,8 +199,3 @@ void PrintResults(IVectorView<float> results)
|
|||
printf("%s with confidence of %f\n", labels[curr.second].c_str(), curr.first);
|
||||
}
|
||||
}
|
||||
|
||||
int32_t WINRT_CALL WINRT_CoIncrementMTAUsage(void** cookie) noexcept
|
||||
{
|
||||
return CoIncrementMTAUsage((CO_MTA_USAGE_COOKIE*)cookie);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче