Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Sep 23, 2024
1 parent 7b06f87 commit 1ce0906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/misc/strings/tests/hstring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ fn hstring_compat() -> Result<()> {
let mut header: sys::HSTRING_HEADER = std::mem::zeroed();
let mut stack_hstring: sys::HSTRING = std::mem::zeroed();
let hresult = sys::WindowsCreateStringReference(
HSTRING::from("World").as_ptr(),
[87, 111, 114, 108, 100, 0].as_ptr(),
5,
&mut header,
&mut stack_hstring,
Expand Down

0 comments on commit 1ce0906

Please sign in to comment.