Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar committed Feb 12, 2024
1 parent 570e4eb commit 3aacb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libs/core/windows.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</Type>

<Type Name="windows_core::strings::hstring::HSTRING">
<Intrinsic Name="header" Expression="(windows_core::strings::hstring::Header *)__0.tag" ReturnType="windows_core::strings::hstring::Header *" />
<Intrinsic Name="header" Expression="(windows_core::strings::hstring::Header *)__0.tag" />
<Intrinsic Name="is_empty" Expression="__0.tag == 0" />
<DisplayString Condition="is_empty()">""</DisplayString>
<DisplayString>{header()->data,[header()->len]su}</DisplayString>
Expand Down

0 comments on commit 3aacb8a

Please sign in to comment.