Closed U7nk closed 1 year ago
Why do you think it's an issue in this library?
Here ssize_t
is defined if you try to compile MSC
and no POSIX
is supported.
On drogon, ssize_t
is defined just if you are on _WIN32
.
So, I would recommend to either submit an issue to drogon, or add some tricks to your code (like defining POSIX before you include)
zip.h
On win 32 typedef definitions of ssize_t is conflicting with definition from drogon framework of version 1.7.1.
In newer versions of drogon it defined differently, maybe conflict also occurs with newer version.
I'm unable to compile my project with both drogon 1.7.1 and zip, because I'm getting
C2371 'ssize_t': redefinition; different basic types