Browse Source

On MSVC, add a ssize_t typedef using SSIZE_T from BaseTsd.h

tags/json-c-0.15-20200726
Eric Haszlakiewicz 5 years ago
parent
commit
b0466b626b
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      json_inttypes.h

+ 5
- 0
json_inttypes.h View File

@@ -21,4 +21,9 @@

#endif

#ifdef _MSC_VER
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif

#endif

Loading…
Cancel
Save