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
|
||||||
spdlog_project
|
spdlog_project
|
||||||
st_ctim
|
st_ctim
|
||||||
|
startf_useshowwindow
|
||||||
startupinfoa
|
startupinfoa
|
||||||
static-libgcc
|
static-libgcc
|
||||||
static-libstdc++
|
static-libstdc++
|
||||||
stbuf
|
stbuf
|
||||||
stduuid_project
|
stduuid_project
|
||||||
strequal
|
strequal
|
||||||
|
sw_shownoactivate
|
||||||
ularge_integer
|
ularge_integer
|
||||||
uring
|
uring
|
||||||
url
|
url
|
||||||
@@ -248,4 +250,4 @@ wsign-conversion
|
|||||||
wunused
|
wunused
|
||||||
wuseless
|
wuseless
|
||||||
wxwidgets_version
|
wxwidgets_version
|
||||||
xattr
|
xattr
|
@@ -735,6 +735,8 @@ auto handlers::launch_process(provider_type prov, std::string_view name,
|
|||||||
|
|
||||||
STARTUPINFOA start_info{};
|
STARTUPINFOA start_info{};
|
||||||
start_info.cb = sizeof(start_info);
|
start_info.cb = sizeof(start_info);
|
||||||
|
start_info.dwFlags = STARTF_USESHOWWINDOW;
|
||||||
|
start_info.wShowWindow = SW_SHOWMINNOACTIVE;
|
||||||
|
|
||||||
PROCESS_INFORMATION proc_info{};
|
PROCESS_INFORMATION proc_info{};
|
||||||
auto result = ::CreateProcessA(
|
auto result = ::CreateProcessA(
|
||||||
|
Reference in New Issue
Block a user