There was an error while loading. Please reload this page.
1 parent 85b7820 commit 950901bCopy full SHA for 950901b
1 file changed
maxima-lib/src/util/dll_injector.rs
@@ -1,4 +1,5 @@
1
-use std::ffi::CString;
+use std::ffi::{CString, OsStr};
2
+use std::iter::once;
3
use std::mem;
4
use std::os::windows::ffi::OsStrExt;
5
use std::ptr;
0 commit comments