Skip to content

Uniformize Visual Studio snprintf workarounds

Sean McBride requested to merge seanm/vtk:snprintf into master

Since modern VS finally supports snprintf, only fall back to _snprinf for older versions.

Merge request reports