#ifndef INCLUDED_unistd
#define INCLUDED_unistd

#if defined (WIN32)
typedef int32_t ssize_t;
#endif

#endif