Skip to content

SystemTools: make Getcwd() more efficient on Windows

Rolf Eike Beer requested to merge DerDakon/kwsys:SystemTool-getcwd into master

Only do one conversion attempt and write that directly to the target buffer. Do the uppercasing of the drive letter only in the ASCII domain, not in wide chars.

Merge request reports