Commit 22c30464 by Jerome Lambourg

Fix compilation issues with ming64 headers

parent 3f3f6225
......@@ -31,7 +31,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