Skip to content

Commit

Permalink
chore: update vendored bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2025
1 parent ab6339f commit 8138099
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions src/ffi/aarch64_bindgen.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Generated at 2025-01-10 11:58:37.135558200 +00:00
// Generated at 2025-01-10 14:25:31.614408700 +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 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::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;
Expand Down
6 changes: 3 additions & 3 deletions src/ffi/x86_64_bindgen.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Generated at 2025-01-10 11:48:48.507318 +00:00
// Generated at 2025-01-10 14:13:59.983552400 +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::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::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;
Expand Down
8 changes: 4 additions & 4 deletions src/ffi/x86_bindgen.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Generated at 2025-01-10 11:48:53.002486900 +00:00
// Generated at 2025-01-10 14:14:32.100012300 +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 nt_string::unicode_string::NtUnicodeString as UNICODE_STRING;
pub use windows_sys::Win32::Foundation::NTSTATUS as NTSTATUS;
pub use windows_sys::Win32::Foundation::BOOLEAN as BOOLEAN;
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 const PHNT_VERSION: u32 = self::PHNT_WIN11_24H2;
pub const PHNT_MODE: u32 = self::PHNT_MODE_USER;
Expand Down

0 comments on commit 8138099

Please sign in to comment.