#ifndef _UNISTD_H_
#define _UNISTD_H_

#if defined(_MSC_VER)
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif

#endif
