Skip to content

Commit

Permalink
Fix bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Feb 27, 2025
1 parent d6e7548 commit 20c3c79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ pub mod find_tools;

#[cfg(windows)]
pub(crate) mod windows_sys;
/// TODO: once msrv is bumped, use windows-link crate
#[cfg(windows)]
mod windows_targets;
mod windows_targets as windows_link;

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

0 comments on commit 20c3c79

Please sign in to comment.