mirror of
https://github.com/trickster0/OffensiveRust
synced 2026-06-08 17:54:47 +00:00
Update ekko.rs
This commit is contained in:
@@ -21,7 +21,7 @@ use windows_sys::Win32::{
|
||||
struct UString {
|
||||
length: u32,
|
||||
maximum_length: u32,
|
||||
buffer: PVOID,
|
||||
buffer: *mut u16,
|
||||
}
|
||||
|
||||
// There is a bug in windows-rs/windows-sys and WINAPI: https://github.com/microsoft/win32metadata/issues/1044. Otherwise this is not needed.
|
||||
|
||||
Reference in New Issue
Block a user