Skip to content

Commit

Permalink
result
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Feb 19, 2024
1 parent a28aaca commit 9728df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/libs/result/src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pub type BOOL = i32;
pub type BSTR = *const u16;
pub const ERROR_INVALID_DATA: WIN32_ERROR = 13u32;
pub const ERROR_NO_UNICODE_TRANSLATION: WIN32_ERROR = 1113u32;
pub const E_INVALIDARG: HRESULT = 0x80070057u32 as i32;
pub const E_UNEXPECTED: HRESULT = 0x8000FFFFu32 as i32;
pub const E_INVALIDARG: HRESULT = 0x80070057u32 as _;
pub const E_UNEXPECTED: HRESULT = 0x8000FFFFu32 as _;
pub const FORMAT_MESSAGE_ALLOCATE_BUFFER: FORMAT_MESSAGE_OPTIONS = 256u32;
pub const FORMAT_MESSAGE_FROM_SYSTEM: FORMAT_MESSAGE_OPTIONS = 4096u32;
pub const FORMAT_MESSAGE_IGNORE_INSERTS: FORMAT_MESSAGE_OPTIONS = 512u32;
Expand Down

0 comments on commit 9728df4

Please sign in to comment.