forked from cory/tildefriends
Cory McWilliams
7c6a377c0b
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3157 ed5197a5-7fde-0310-b194-c3ffbd925b24
9 lines
117 B
C
9 lines
117 B
C
#ifndef INCLUDED_unistd
|
|
#define INCLUDED_unistd
|
|
|
|
#if defined (WIN32)
|
|
typedef int32_t ssize_t;
|
|
#endif
|
|
|
|
#endif
|