Skip to content

Calculate the amount of ansichars in argv with one call to WideCharToMultiByte.

Rika requested to merge runewalsh/source:argv into main

Adjustment to !643 (merged) that calculates the space for argv with one call to WideCharToMultiByte, rather than individually for each argument.

Merge request reports