There was an error while loading. Please reload this page.
1 parent 3a95874 commit 4935f35Copy full SHA for 4935f35
1 file changed
common/src/fileutils.rs
@@ -318,7 +318,8 @@ pub mod windows {
318
319
let GetFileInformationByName = GET_FILE_INFORMATION_BY_NAME
320
.get_or_init(|| {
321
- let library_name = OsString::from("api-ms-win-core-file-l2-1-4").to_wide_with_nul();
+ let library_name =
322
+ OsString::from("api-ms-win-core-file-l2-1-4.dll").to_wide_with_nul();
323
let module = unsafe { LoadLibraryW(library_name.as_ptr()) };
324
if module == 0 {
325
return None;
0 commit comments