Skip to content
Snippets Groups Projects
Commit a709cbb2 authored by OndraCo's avatar OndraCo Committed by Andy Green
Browse files

MSVC from 2015 up has vsnprintf

parent 6a81b08d
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@
#define __func__ __FUNCTION__
#endif
#if defined(_MSC_VER) || defined(_WIN32_WCE)
#if (defined(_MSC_VER) && _MSC_VER < 1900) || defined(_WIN32_WCE)
#define vsnprintf _vsnprintf
#else
#ifdef LWS_HAVE__VSNPRINTF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment