mirror of
https://github.com/wez/wezterm.git
synced 2024-11-29 01:34:46 +03:00
windows: fixup for newer libloading
This commit is contained in:
parent
6b493ecd18
commit
a597803c13
@ -106,7 +106,7 @@ impl WglWrapper {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let lib = libloading::Library::new("opengl32.dll").map_err(|e| {
|
let lib = unsafe { libloading::Library::new("opengl32.dll") }.map_err(|e| {
|
||||||
log::error!("{:?}", e);
|
log::error!("{:?}", e);
|
||||||
e
|
e
|
||||||
})?;
|
})?;
|
||||||
|
Loading…
Reference in New Issue
Block a user