From ef691b8eb3d7b97d65e6ecdd86b51e56178f980e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 29 Dec 2024 06:25:07 +0000 Subject: [PATCH] Update bindgen files --- src/ffi/aarch64_bindgen.rs | 8 ++++---- src/ffi/x86_64_bindgen.rs | 6 +++--- src/ffi/x86_bindgen.rs | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/ffi/aarch64_bindgen.rs b/src/ffi/aarch64_bindgen.rs index fd7c804..26a4bca 100644 --- a/src/ffi/aarch64_bindgen.rs +++ b/src/ffi/aarch64_bindgen.rs @@ -1,12 +1,12 @@ -// Generated at 2024-12-29 05:49:56.798327800 +00:00 +// Generated at 2024-12-29 06:24:11.783188 +00:00 #[cfg(not(target_arch = "aarch64"))] -compile_error!("These bindings can only be used on `x86_64` architectures. To generate bindings for your target architecture, consider using the `regenerate` feature."); +compile_error!("These bindings can only be used on `aarch64` architectures. To generate bindings for your target architecture, consider using the `regenerate` feature."); use cty; -pub use windows_sys::Win32::Foundation::NTSTATUS as NTSTATUS; -pub use nt_string::unicode_string::NtUnicodeString as UNICODE_STRING; pub use nt_string::unicode_string::NtUnicodeString as _UNICODE_STRING; +pub use nt_string::unicode_string::NtUnicodeString as UNICODE_STRING; pub use windows_sys::Win32::Foundation::BOOL as BOOL; +pub use windows_sys::Win32::Foundation::NTSTATUS as NTSTATUS; pub use windows_sys::Win32::Foundation::BOOLEAN as BOOLEAN; diff --git a/src/ffi/x86_64_bindgen.rs b/src/ffi/x86_64_bindgen.rs index f0e7fe6..0ab93b8 100644 --- a/src/ffi/x86_64_bindgen.rs +++ b/src/ffi/x86_64_bindgen.rs @@ -1,13 +1,13 @@ -// Generated at 2024-12-29 05:49:58.017209400 +00:00 +// Generated at 2024-12-29 06:24:09.013406700 +00:00 #[cfg(not(target_arch = "x86_64"))] compile_error!("These bindings can only be used on `x86_64` architectures. To generate bindings for your target architecture, consider using the `regenerate` feature."); use cty; +pub use nt_string::unicode_string::NtUnicodeString as _UNICODE_STRING; +pub use windows_sys::Win32::Foundation::NTSTATUS as NTSTATUS; pub use nt_string::unicode_string::NtUnicodeString as UNICODE_STRING; pub use windows_sys::Win32::Foundation::BOOL as BOOL; pub use windows_sys::Win32::Foundation::BOOLEAN as BOOLEAN; -pub use windows_sys::Win32::Foundation::NTSTATUS as NTSTATUS; -pub use nt_string::unicode_string::NtUnicodeString as _UNICODE_STRING; #[repr(C)] diff --git a/src/ffi/x86_bindgen.rs b/src/ffi/x86_bindgen.rs index f25ad87..87f670e 100644 --- a/src/ffi/x86_bindgen.rs +++ b/src/ffi/x86_bindgen.rs @@ -1,13 +1,13 @@ -// Generated at 2024-12-29 05:50:00.757210800 +00:00 +// Generated at 2024-12-29 06:24:10.230929400 +00:00 #[cfg(not(target_arch = "x86"))] -compile_error!("These bindings can only be used on `x86_64` architectures. To generate bindings for your target architecture, consider using the `regenerate` feature."); +compile_error!("These bindings can only be used on `x86` architectures. To generate bindings for your target architecture, consider using the `regenerate` feature."); use cty; -pub use nt_string::unicode_string::NtUnicodeString as UNICODE_STRING; -pub use windows_sys::Win32::Foundation::NTSTATUS as NTSTATUS; -pub use windows_sys::Win32::Foundation::BOOL as BOOL; pub use windows_sys::Win32::Foundation::BOOLEAN as BOOLEAN; pub use nt_string::unicode_string::NtUnicodeString as _UNICODE_STRING; +pub use windows_sys::Win32::Foundation::BOOL as BOOL; +pub use windows_sys::Win32::Foundation::NTSTATUS as NTSTATUS; +pub use nt_string::unicode_string::NtUnicodeString as UNICODE_STRING; #[repr(C)]