Update ekko.rs

This commit is contained in:
trickster0
2023-03-16 10:35:23 +02:00
committed by GitHub
parent 79099592d9
commit 8672b1d03c
+1 -1
View File
@@ -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.