mirror of
https://github.com/json-c/json-c.git
synced 2026-03-25 16:09:06 +08:00
On MSVC, add a ssize_t typedef using SSIZE_T from BaseTsd.h
This commit is contained in:
@@ -21,4 +21,9 @@
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <BaseTsd.h>
|
||||
typedef SSIZE_T ssize_t;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user