diff --git a/source/cWebAdmin.cpp b/source/cWebAdmin.cpp index ec4894aef..6f9546304 100644 --- a/source/cWebAdmin.cpp +++ b/source/cWebAdmin.cpp @@ -23,6 +23,7 @@ #include #else #include +#define sprintf_s(dst, size, format, ...) sprintf(dst, format, __VA_ARGS__ ) #endif extern std::vector StringSplit(std::string str, std::string delim);