Skip to content

Commit

Permalink
style: Add conditional compilation for Windows OS
Browse files Browse the repository at this point in the history
  • Loading branch information
pacholoamit committed May 19, 2024
1 parent f01a89c commit 8688006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/src/dirstat/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use std::ffi::OsStr;
use std::fs;
use std::path::Path;
use ts_rs::TS;
#[cfg(target_os = "windows")]
use winapi_util::{file, Handle};

#[derive(Serialize, Deserialize, Debug, TS)]
Expand Down

0 comments on commit 8688006

Please sign in to comment.