Skip to content

Commit 20c3c79

Browse files
authored
Fix bindgen
1 parent d6e7548 commit 20c3c79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/windows/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ pub mod find_tools;
66

77
#[cfg(windows)]
88
pub(crate) mod windows_sys;
9+
/// TODO: once msrv is bumped, use windows-link crate
910
#[cfg(windows)]
10-
mod windows_targets;
11+
mod windows_targets as windows_link;
1112

1213
#[cfg(windows)]
1314
mod registry;

0 commit comments

Comments
 (0)