We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3aab9 commit ba83b96Copy full SHA for ba83b96
1 file changed
crates/recording/src/capture_pipeline.rs
@@ -15,10 +15,10 @@ use cap_enc_ffmpeg::segmented_stream::SegmentCompletedEvent;
15
use cap_timestamp::Timestamps;
16
use std::path::PathBuf;
17
18
-#[cfg(windows)]
19
-use std::sync::atomic::{AtomicBool, Ordering};
20
#[cfg(windows)]
21
use std::sync::Arc;
+#[cfg(windows)]
+use std::sync::atomic::{AtomicBool, Ordering};
22
23
24
#[derive(Clone, Debug)]
0 commit comments