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
|