start minimized
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-07-30 14:47:16 -05:00
parent d97949cc3a
commit 0ad54c25a7
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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(