| 903 | PatchNeededImports(result, GetRuntimeModule(), "?GetActivationFactoryByPCWSTR@@YAJPEAXAEAVGuid@Platform@@PEAPEAX@Z", |
| 904 | GetActivationFactoryRedirect); |
| 905 | return result; |
| 906 | } |
| 907 | |
| 908 | EXTERN_C HMODULE __stdcall EraLoadLibraryW(LPCWSTR lpLibFileName) |
| 909 | { |
| 910 | static std::wstring convert{}; |
| 911 | std::wstring_view fileName(lpLibFileName); |
| 912 |
nothing calls this directly
no test coverage detected