| 897 | convert = std::filesystem::current_path().c_str(); |
| 898 | convert.append(fileName); |
| 899 | } |
| 900 | |
| 901 | HMODULE result = TrueLoadLibraryExW(LibName, hFile, dwFlags); |
| 902 | |
| 903 | PatchNeededImports(result, GetRuntimeModule(), "?GetActivationFactoryByPCWSTR@@YAJPEAXAEAVGuid@Platform@@PEAPEAX@Z", |
| 904 | GetActivationFactoryRedirect); |
| 905 | return result; |
| 906 | } |
nothing calls this directly
no test coverage detected