Skip to content

Commit

Permalink
Update windows/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Feb 27, 2025
1 parent 9158b86 commit 03610de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
pub mod find_tools;

#[cfg(windows)]
pub(crate) mod windows_sys;
mod windows_link;
#[cfg(windows)]
mod windows_targets;
pub(crate) mod windows_sys;

#[cfg(windows)]
mod registry;
Expand Down

0 comments on commit 03610de

Please sign in to comment.