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 0ab1d74 commit 578eba9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/ffi/aarch64_bindgen.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Generated at 2024-12-29 06:37:26.656365100 +00:00
// Generated at 2024-12-29 08:13:52.971628100 +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::NTSTATUS as NTSTATUS;
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;


Expand Down
8 changes: 4 additions & 4 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:37:20.625513600 +00:00
// Generated at 2024-12-29 08:13:58.049250800 +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 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 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;


#[repr(C)]
Expand Down
8 changes: 4 additions & 4 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:37:24.690267 +00:00
// Generated at 2024-12-29 08:14:00.577210200 +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 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 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::NTSTATUS as NTSTATUS;


#[repr(C)]
Expand Down

0 comments on commit 578eba9

Please sign in to comment.