mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-21 20:28:30 +00:00
Fixed build error on Windows
This commit is contained in:
parent
c434d555bb
commit
e2babf315c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
typedef int64_t ssize_t;
|
typedef __int64 ssize_t;
|
||||||
#else
|
#else
|
||||||
typedef int ssize_t;
|
typedef int ssize_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue