@ -496,8 +496,8 @@ double plString::ToDouble() const
return strtod(c_str(), nullptr);
}
// Microsoft doesn't provide this for us
// Microsoft doesn't provide this for us until VC++2013
#ifdef _MSC_VER
#if defined(_MSC_VER) && _MSC_VER < 1800
#define va_copy(dest, src) (dest) = (src)
#endif