瀏覽代碼

CreateProcess can modify lpCommandLine (why???????)

default_compile_flags
vector-of-bool 5 年之前
父節點
當前提交
79613c440e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/dds/proc.win.cpp

+ 1
- 1
src/dds/proc.win.cpp 查看文件

@@ -23,7 +23,7 @@ namespace {
} // namespace

proc_result dds::run_proc(const std::vector<std::string>& cmd) {
const auto cmd_str = quote_command(cmd);
auto cmd_str = quote_command(cmd);

::SECURITY_ATTRIBUTES security = {};
security.bInheritHandle = TRUE;

Loading…
取消
儲存