Skip to content

Commit

Permalink
Simpler package layout for natvis files (#2862)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored Feb 21, 2024
1 parent 426865a commit 075c3c1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion crates/libs/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs

#![doc(html_no_source)]
#![allow(non_snake_case)]
#![cfg_attr(windows_debugger_visualizer, debugger_visualizer(natvis_file = "../natvis/windows-core.natvis"))]
#![cfg_attr(windows_debugger_visualizer, debugger_visualizer(natvis_file = "../.natvis"))]

extern crate self as windows_core;

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion crates/libs/result/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs

#![cfg_attr(
windows_debugger_visualizer,
debugger_visualizer(natvis_file = "../natvis/windows-result.natvis")
debugger_visualizer(natvis_file = "../.natvis")
)]

mod bindings;
Expand Down

0 comments on commit 075c3c1

Please sign in to comment.