mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Visual Studio 2015 support.
This commit is contained in:
parent
5b0c90d3b3
commit
29c56644b0
4 changed files with 13 additions and 9 deletions
|
@ -18,7 +18,7 @@
|
|||
#ifndef SO_OPENTYPE
|
||||
#define SO_OPENTYPE 0x7008
|
||||
#endif
|
||||
#ifndef snprintf
|
||||
#if (_MSC_VER < 1900)
|
||||
#define snprintf _snprintf_s
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue