Commit a8076074 by Vicent Martí

Merge pull request #397 from lambourg/development

Fix compilation issues with mingw64 headers
parents ae996e02 22c30464
......@@ -37,7 +37,9 @@
# define snprintf _snprintf
#ifndef _SSIZE_T_DEFINED
typedef SSIZE_T ssize_t;
#endif
#else
# include <unistd.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment