forgot a header for MSVC
This commit is contained in:
parent
4fb825dbce
commit
4019380a8a
2 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
|
|
||||||
// enable ssize_t for MSVC
|
// enable ssize_t for MSVC
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
#include <basetsd.h>
|
||||||
using ssize_t = SSIZE_T;
|
using ssize_t = SSIZE_T;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
|
|
||||||
// enable ssize_t for MSVC
|
// enable ssize_t for MSVC
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
#include <basetsd.h>
|
||||||
using ssize_t = SSIZE_T;
|
using ssize_t = SSIZE_T;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue