Fix compilation issues with ming64 headers

This commit is contained in:
Jerome Lambourg 2011-09-12 11:06:54 +02:00
parent 3f3f6225f8
commit 22c3046462

View File

@ -31,7 +31,9 @@
# define snprintf _snprintf
#ifndef _SSIZE_T_DEFINED
typedef SSIZE_T ssize_t;
#endif
#else
# include <unistd.h>