mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
fix nightly ci (#2663)
This commit is contained in:
parent
dea3d25bcc
commit
950e703cab
1 changed files with 1 additions and 0 deletions
|
|
@ -276,6 +276,7 @@ trait CommandExt {
|
|||
/// or if it used with either `CREATE_NEW_CONSOLE` or `DETACHED_PROCESS`.
|
||||
///
|
||||
/// See: <https://learn.microsoft.com/en-us/windows/win32/procthread/process-creation-flags>
|
||||
#[cfg(windows)]
|
||||
const CREATE_NO_WINDOW: u32 = 0x0800_0000;
|
||||
|
||||
fn with_no_window(&mut self) -> &mut Self;
|
||||
|
|
|
|||
Loading…
Reference in a new issue