Files
clamav/examples
Micah Snyder 95df41b5bf Windows: json-c 0.17 compatibility with ssize_t type definition
json-c 0.17 defines the ssize_t type using a typedef on Windows.
We have been setting ssize_t for Windows to a different type using
a #define instead of a typedef.

We should have been using a typedef since it is a type.
However, we must also match the exact type they're setting it to or else
the compiler will baulk because the types are different.

Note: in C11, it's fine to use typedef the same type more than once, so
long as you're defining it the same every time.
2023-08-25 08:56:51 -07:00
..
2023-02-12 11:20:22 -08:00
2023-02-12 11:20:22 -08:00
2023-04-13 00:11:34 -07:00
2023-04-13 00:11:34 -07:00