Skip to content

SystemInformation: fix use of using

Daniel Pfeifer requested to merge purpleKarrot/kwsys:fix-using into master

The automatic conversion from typedef to using in 7be4043f produced unexpected results on struct definitions and left over some typedefs. Perform a manual cleanup.

Merge request reports