forked from mirrors/0ad
af3f7acfe7
The implicit conversion form sting literal to char* for C compatibility was removed with C++11, seems MSVC caught up with this in C++20. Use explicit cast instead where needed and change API to const char* otherwise. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>