Add reference link
This commit is contained in:
parent
8ee128b475
commit
65c8d2e8de
|
|
@ -33,6 +33,7 @@ namespace Nz::PlatformImpl
|
||||||
// Use a lambda to keep WidePathHolder alive
|
// Use a lambda to keep WidePathHolder alive
|
||||||
AddProgramName(PathToWideTemp(program));
|
AddProgramName(PathToWideTemp(program));
|
||||||
|
|
||||||
|
// https://learn.microsoft.com/en-us/archive/blogs/twistylittlepassagesallalike/everyone-quotes-command-line-arguments-the-wrong-way
|
||||||
for (std::string_view arg : arguments)
|
for (std::string_view arg : arguments)
|
||||||
{
|
{
|
||||||
commandLine += L' ';
|
commandLine += L' ';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue