Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofBlomqvist committed Mar 9, 2024
1 parent f3d45a0 commit 67080ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proc_host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub (crate) async fn host(
}

const _CREATE_NO_WINDOW: u32 = 0x08000000;
//const DETACHED_PROCESS: u32 = 0x00000008;
const DETACHED_PROCESS: u32 = 0x00000008;

#[cfg(target_os = "windows")]
let cmd = Command::new(bin_path)
Expand Down

0 comments on commit 67080ec

Please sign in to comment.