Skip to content

Commit

Permalink
chore: update vendored bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 29, 2024
1 parent c03a83f commit 6d967bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/ffi/aarch64_bindgen.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Generated at 2024-12-29 06:34:05.575794300 +00:00
// Generated at 2024-12-29 06:37:26.656365100 +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.");

use cty;
pub use nt_string::unicode_string::NtUnicodeString as UNICODE_STRING;
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 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;
pub use windows_sys::Win32::Foundation::BOOL as BOOL;


#[repr(C)]
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,13 +1,13 @@
// Generated at 2024-12-29 06:34:02.122945600 +00:00
// Generated at 2024-12-29 06:37:20.625513600 +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 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;
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::BOOLEAN as BOOLEAN;
pub use windows_sys::Win32::Foundation::NTSTATUS as NTSTATUS;


#[repr(C)]
Expand Down
6 changes: 3 additions & 3 deletions src/ffi/x86_bindgen.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Generated at 2024-12-29 06:34:03.820929900 +00:00
// Generated at 2024-12-29 06:37:24.690267 +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.");

use cty;
pub use windows_sys::Win32::Foundation::BOOLEAN as BOOLEAN;
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::NTSTATUS as NTSTATUS;
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::NTSTATUS as NTSTATUS;


#[repr(C)]
Expand Down

0 comments on commit 6d967bb

Please sign in to comment.