start minimized
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@@ -207,12 +207,14 @@ source_subdir
|
||||
spdlog
|
||||
spdlog_project
|
||||
st_ctim
|
||||
startf_useshowwindow
|
||||
startupinfoa
|
||||
static-libgcc
|
||||
static-libstdc++
|
||||
stbuf
|
||||
stduuid_project
|
||||
strequal
|
||||
sw_shownoactivate
|
||||
ularge_integer
|
||||
uring
|
||||
url
|
||||
@@ -248,4 +250,4 @@ wsign-conversion
|
||||
wunused
|
||||
wuseless
|
||||
wxwidgets_version
|
||||
xattr
|
||||
xattr
|
@@ -735,6 +735,8 @@ auto handlers::launch_process(provider_type prov, std::string_view name,
|
||||
|
||||
STARTUPINFOA start_info{};
|
||||
start_info.cb = sizeof(start_info);
|
||||
start_info.dwFlags = STARTF_USESHOWWINDOW;
|
||||
start_info.wShowWindow = SW_SHOWMINNOACTIVE;
|
||||
|
||||
PROCESS_INFORMATION proc_info{};
|
||||
auto result = ::CreateProcessA(
|
||||
|
Reference in New Issue
Block a user