use correct paths for internal Error

This commit is contained in:
2025-12-07 11:05:53 +00:00
parent b76bb7a0d2
commit cbdcb32fc3
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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};