tildefriends/deps/win32/unistd.h

9 lines
117 B
C
Raw Normal View History

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