Fix Windows import (#642)
This commit is contained in:
parent
c404825fb8
commit
7d2892a42f
@ -40,7 +40,7 @@ use core::{ffi::c_void, ptr::write_volatile};
|
|||||||
|
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
use core::{
|
use core::{
|
||||||
addr_of_mut,
|
ptr::addr_of_mut,
|
||||||
sync::atomic::{compiler_fence, Ordering},
|
sync::atomic::{compiler_fence, Ordering},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user