Skip to content

Commit 4eda112

Browse files
committed
Fix Windows.
1 parent 94b33d7 commit 4eda112

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/sys_common/symlink_junction.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ pub struct REPARSE_MOUNTPOINT_DATA_BUFFER {
7575

7676
#[cfg(windows)]
7777
#[allow(dead_code)]
78-
pub fn cvt(
79-
i: windows_sys::Win32::Foundation::BOOL,
80-
) -> io::Result<windows_sys::Win32::Foundation::BOOL> {
78+
pub fn cvt(i: windows_sys::core::BOOL) -> io::Result<windows_sys::core::BOOL> {
8179
if i == 0 {
8280
Err(io::Error::last_os_error())
8381
} else {

0 commit comments

Comments
 (0)