MSVC from 2015 up has vsnprintf
This commit is contained in:
parent
6a81b08dc2
commit
a709cbb2f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue