use correct paths for internal Error
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
use crate::{Error, sys::handle::Handle};
|
||||
use crate::{error::Error, sys::handle::Handle};
|
||||
use std::{ffi::c_void, ptr};
|
||||
use windows::Win32::System::Diagnostics::Debug::{ReadProcessMemory, WriteProcessMemory};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user