diff --git a/src/ffi/aarch64_bindgen.rs b/src/ffi/aarch64_bindgen.rs index 6d538d3..7240686 100644 --- a/src/ffi/aarch64_bindgen.rs +++ b/src/ffi/aarch64_bindgen.rs @@ -1,12 +1,12 @@ -// Generated at 2025-01-10 14:25:31.614408700 +00:00 +// Generated at 2025-01-11 08:14:17.747949300 +00:00 #[cfg(not(target_arch = "aarch64"))] compile_error!("These bindings can only be used on `aarch64` architectures. To generate bindings for your target architecture, consider using the `regenerate` feature."); +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 nt_string::unicode_string::NtUnicodeString as _UNICODE_STRING; pub use windows_sys::Win32::Foundation::BOOLEAN as BOOLEAN; -pub use nt_string::unicode_string::NtUnicodeString as UNICODE_STRING; pub const PHNT_VERSION: u32 = self::PHNT_WIN11_24H2; pub const PHNT_MODE: u32 = self::PHNT_MODE_USER; diff --git a/src/ffi/x86_64_bindgen.rs b/src/ffi/x86_64_bindgen.rs index d13648e..b313893 100644 --- a/src/ffi/x86_64_bindgen.rs +++ b/src/ffi/x86_64_bindgen.rs @@ -1,12 +1,12 @@ -// Generated at 2025-01-10 14:13:59.983552400 +00:00 +// Generated at 2025-01-11 08:05:37.134601100 +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."); +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 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 const PHNT_VERSION: u32 = self::PHNT_WIN11_24H2; pub const PHNT_MODE: u32 = self::PHNT_MODE_USER; diff --git a/src/ffi/x86_bindgen.rs b/src/ffi/x86_bindgen.rs index 3c88f98..09f0d30 100644 --- a/src/ffi/x86_bindgen.rs +++ b/src/ffi/x86_bindgen.rs @@ -1,12 +1,12 @@ -// Generated at 2025-01-10 14:14:32.100012300 +00:00 +// Generated at 2025-01-11 08:05:32.210453700 +00:00 #[cfg(not(target_arch = "x86"))] compile_error!("These bindings can only be used on `x86` architectures. To generate bindings for your target architecture, consider using the `regenerate` feature."); -pub use windows_sys::Win32::Foundation::BOOLEAN as BOOLEAN; +pub use windows_sys::Win32::Foundation::NTSTATUS as NTSTATUS; +pub use windows_sys::Win32::Foundation::BOOL as BOOL; 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; pub const PHNT_VERSION: u32 = self::PHNT_WIN11_24H2; pub const PHNT_MODE: u32 = self::PHNT_MODE_USER;