Add reference link

This commit is contained in:
SirLynix 2024-01-23 09:43:52 +01:00 committed by Jérôme Leclercq
parent 8ee128b475
commit 65c8d2e8de
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ namespace Nz::PlatformImpl
// Use a lambda to keep WidePathHolder alive
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)
{
commandLine += L' ';