attempt to fix uwp build

This commit is contained in:
Ozkan Sezer
2022-04-02 03:32:10 +03:00
parent c0bb39e5e9
commit 312c899f4f
3 changed files with 10 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ WIN_CoUninitialize(void)
#endif
}
#ifndef __WINRT__
void *
WIN_LoadComBaseFunction(const char *name)
{
@@ -136,6 +137,7 @@ WIN_LoadComBaseFunction(const char *name)
return NULL;
}
}
#endif
HRESULT
WIN_RoInitialize(void)