Browse Source

json_inttypes.h: Define ssize_t on windows platforms

Signed-off-by: Khem Raj <raj.khem@gmail.com>
tags/json-c-0.17-20230812
Khem Raj 3 years ago
parent
commit
d1deed499f
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

#if defined(_MSC_VER)
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif

#endif

Loading…
Cancel
Save