tildefriends/deps/win32/unistd.h
2016-03-12 18:50:43 +00:00

9 lines
117 B
C

#ifndef INCLUDED_unistd
#define INCLUDED_unistd
#if defined (WIN32)
typedef int32_t ssize_t;
#endif
#endif