We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea3d25 commit 950e703Copy full SHA for 950e703
git2-hooks/src/hookspath.rs
@@ -276,6 +276,7 @@ trait CommandExt {
276
/// or if it used with either `CREATE_NEW_CONSOLE` or `DETACHED_PROCESS`.
277
///
278
/// See: <https://learn.microsoft.com/en-us/windows/win32/procthread/process-creation-flags>
279
+ #[cfg(windows)]
280
const CREATE_NO_WINDOW: u32 = 0x0800_0000;
281
282
fn with_no_window(&mut self) -> &mut Self;
0 commit comments