GCC 7 fix: use const char* instead of char*
GCC 7 is far stricter with casting from/to const, so use const char * in vssetup structures and functions to avoid having to cast constant strings into mutable char*
Authored by: klaussfreire 2017-06-21
Parent: [r13730]
Child: [r13732]