Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/oberrich/phnt-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Dec 29, 2024
2 parents 276f840 + 1b3ab02 commit b309d9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 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 05:00:43.694612400 +00:00
// Generated at 2024-12-29 05:22:57.388321200 +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.");

use cty;
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::BOOL as BOOL;
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;


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 05:00:41.542320900 +00:00
// Generated at 2024-12-29 05:22:56.583933900 +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::BOOL as BOOL;
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 windows_sys::Win32::Foundation::NTSTATUS as NTSTATUS;
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 05:00:43.589487 +00:00
// Generated at 2024-12-29 05:22:58.145287200 +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.");

use cty;
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 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;


#[repr(C)]
Expand Down

0 comments on commit b309d9f

Please sign in to comment.